Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Apache Commons - 4076 results found.
NameDescriptionTypePackageFramework
AggregateTranslatorExecutes a sequence of translators one after the other.Classorg.apache.commons.lang3.text.translateApache Commons
AnnotationUtilsHelper methods for working with Annotation instances.Classorg.apache.commons.lang3Apache Commons
ArrayUtilsOperations on arrays, primitive arrays (like int[]) and primitive wrapper arrays (like Integer[]).Classorg.apache.commons.lang3Apache Commons
AtomicInitializer A specialized implementation of the ConcurrentInitializer interface based on an AtomicReference variable.Classorg.apache.commons.lang3.concurrentApache Commons
AtomicSafeInitializer A specialized ConcurrentInitializer implementation which is similar to AtomicInitializer, but ensures that the initialize()Classorg.apache.commons.lang3.concurrentApache Commons
BackgroundInitializer A class that allows complex initialization operations in a background task.Classorg.apache.commons.lang3.concurrentApache Commons
BasicThreadFactory An implementation of the ThreadFactory interface that provides some configuration options for the threads it creates.Classorg.apache.commons.lang3.concurrentApache Commons
BitFieldSupports operations on bit-mapped fields.Classorg.apache.commons.lang3Apache Commons
BooleanUtilsOperations on boolean primitives and Boolean objects.Classorg.apache.commons.lang3Apache Commons
Builder The Builder interface is designed to designate a class as a builder object in the Builder design pattern.Interfaceorg.apache.commons.lang3.builderApache Commons
CallableBackgroundInitializer A specialized BackgroundInitializer implementation that wraps a An instance of this class is initialized with a Callable object whenClassorg.apache.commons.lang3.concurrentApache Commons
CharEncodingCharacter encoding names required of every implementation of the Java platform.Classorg.apache.commons.lang3Apache Commons
CharSequenceTranslatorAn API for translating text.Classorg.apache.commons.lang3.text.translateApache Commons
CharSequenceUtilsOperations on CharSequence that areSince:3.Classorg.apache.commons.lang3Apache Commons
CharSetA set of characters.Classorg.apache.commons.lang3Apache Commons
CharSetUtilsOperations on CharSet instances.Classorg.apache.commons.lang3Apache Commons
CharUtilsOperations on char primitives and Character objects.Classorg.apache.commons.lang3Apache Commons
ClassPathUtilsOperations regarding the classpath.Classorg.apache.commons.lang3Apache Commons
ClassUtilsOperates on classes without using reflection.Classorg.apache.commons.lang3Apache Commons
CloneFailedExceptionException thrown when a clone cannot be created.Classorg.apache.commons.lang3.exceptionApache Commons
CodePointTranslatorHelper subclass to CharSequenceTranslator to allow for translations that will replace up to one character at a time.Classorg.apache.commons.lang3.text.translateApache Commons
CompareToBuilderAssists in implementing Comparable.Classorg.apache.commons.lang3.builderApache Commons
CompositeFormatFormats using one formatter and parses using a different formatter.Classorg.apache.commons.lang3.textApache Commons
ConcurrentException An exception class used for reporting error conditions related to accessing data of background tasks.Classorg.apache.commons.lang3.concurrentApache Commons
ConcurrentInitializer Definition of an interface for the thread-safe initialization of objects.Interfaceorg.apache.commons.lang3.concurrentApache Commons
ConcurrentRuntimeException An exception class used for reporting runtime error conditions related to accessing data of background tasks.Classorg.apache.commons.lang3.concurrentApache Commons
ConcurrentUtils An utility class providing functionality related to the java.Classorg.apache.commons.lang3.concurrentApache Commons
ConstantInitializer A very simple implementation of the ConcurrentInitializer interface which always returns the same object.Classorg.apache.commons.lang3.concurrentApache Commons
ConstructorUtils Utility reflection methods focused on constructors, modeled after Known Limitations Accessing Public Constructors In A DefaultClassorg.apache.commons.lang3.reflectApache Commons
ContextedException An exception that provides an easy and safe way to add contextual information.Classorg.apache.commons.lang3.exceptionApache Commons
ContextedRuntimeException A runtime exception that provides an easy and safe way to add contextual information.Classorg.apache.commons.lang3.exceptionApache Commons
Conversion Static methods to convert a type into another, with endianness and bit ordering awareness.Classorg.apache.commons.lang3Apache Commons
DateFormatUtilsDate and time formatting utilities and constants.Classorg.apache.commons.lang3.timeApache Commons
DateParserInterfaceorg.apache.commons.lang3.timeApache Commons
DatePrinterInterfaceorg.apache.commons.lang3.timeApache Commons
DateUtilsA suite of utilities surrounding the use of the Calendar and Date object.Classorg.apache.commons.lang3.timeApache Commons
DefaultExceptionContextDefault implementation of the context storing the label-value pairs for contexted exceptions.Classorg.apache.commons.lang3.exceptionApache Commons
Diff A Diff contains the differences between two Diffable class Typically, Diffs are retrieved by using a DiffBuilder toClassorg.apache.commons.lang3.builderApache Commons
DiffableDiffable classes can be compared with other objects for differences.Interfaceorg.apache.commons.lang3.builderApache Commons
DiffBuilder Assists in implementing Diffable.Classorg.apache.commons.lang3.builderApache Commons
DiffResult A DiffResult contains a collection of the differences between two Diffable objects.Classorg.apache.commons.lang3.builderApache Commons
DurationFormatUtilsDuration formatting utilities and constants.Classorg.apache.commons.lang3.timeApache Commons
EntityArraysClass holding various entity data for HTML and XML - generally for use with the LookupTranslator.Classorg.apache.commons.lang3.text.translateApache Commons
EnumUtilsUtility library to provide helper methods for Java enums.Classorg.apache.commons.lang3Apache Commons
EqualsBuilderAssists in implementing Object.Classorg.apache.commons.lang3.builderApache Commons
EventListenerSupportAn EventListenerSupport object can be used to manage a list of event listeners of a particular type.Classorg.apache.commons.lang3.eventApache Commons
EventUtilsProvides some useful event-based utility methods.Classorg.apache.commons.lang3.eventApache Commons
ExceptionContextAllows the storage and retrieval of contextual information based on label-value pairs for exceptions.Interfaceorg.apache.commons.lang3.exceptionApache Commons
ExceptionUtilsProvides utilities for manipulating and examining Since:1.Classorg.apache.commons.lang3.exceptionApache Commons
ExtendedMessageFormat options for embedded format elements.Classorg.apache.commons.lang3.textApache Commons
FastDateFormatFastDateFormat is a fast and thread-safe version of To obtain an instance of FastDateFormat, use one of the static factory methods: Classorg.apache.commons.lang3.timeApache Commons
FastDateParserFastDateParser is a fast and thread-safe version of To obtain a proxy to a FastDateParser, use FastDateFormat.Classorg.apache.commons.lang3.timeApache Commons
FastDatePrinterFastDatePrinter is a fast and thread-safe version of To obtain a FastDatePrinter, use FastDateFormat.Classorg.apache.commons.lang3.timeApache Commons
FieldUtilsUtilities for working with Fields by reflection.Classorg.apache.commons.lang3.reflectApache Commons
FormatFactoryInterfaceorg.apache.commons.lang3.textApache Commons
FormattableUtilsProvides utilities for working with the Formattable interface.Classorg.apache.commons.lang3.textApache Commons
FractionFraction is a Number implementation that stores fractions accurately.Classorg.apache.commons.lang3.mathApache Commons
HashCodeBuilder Assists in implementing Object.Classorg.apache.commons.lang3.builderApache Commons
IEEE754rUtilsProvides IEEE-754r variants of NumberUtils methods.Classorg.apache.commons.lang3.mathApache Commons
ImmutablePairAn immutable pair consisting of two Object elements.Classorg.apache.commons.lang3.tupleApache Commons
ImmutableTripleAn immutable triple consisting of three Object elements.Classorg.apache.commons.lang3.tupleApache Commons
InheritanceUtilsUtility methods focusing on inheritance.Classorg.apache.commons.lang3.reflectApache Commons
JavaUnicodeEscaperTranslates codepoints to their Unicode escaped value suitable for Java source.Classorg.apache.commons.lang3.text.translateApache Commons
JavaVersionAn enum representing all the versions of the Java specification.Classorg.apache.commons.lang3Apache Commons
LazyInitializer This class provides a generic implementation of the lazy initialization Sometimes an application has to deal with an object only under certainClassorg.apache.commons.lang3.concurrentApache Commons
LocaleUtilsOperations to assist when working with a Locale.Classorg.apache.commons.lang3Apache Commons
LookupTranslatorTranslates a value using a lookup table.Classorg.apache.commons.lang3.text.translateApache Commons
MethodUtilsUtility reflection methods focused on Methods, originally from Commons BeanUtils.Classorg.apache.commons.lang3.reflectApache Commons
MultiBackgroundInitializer A specialized BackgroundInitializer implementation that can deal with multiple background initialization tasks.Classorg.apache.commons.lang3.concurrentApache Commons
MutableProvides mutable access to a value.Interfaceorg.apache.commons.lang3.mutableApache Commons
MutableBooleanA mutable boolean wrapper.Classorg.apache.commons.lang3.mutableApache Commons
MutableByteA mutable byte wrapper.Classorg.apache.commons.lang3.mutableApache Commons
MutableDoubleA mutable double wrapper.Classorg.apache.commons.lang3.mutableApache Commons
MutableFloatA mutable float wrapper.Classorg.apache.commons.lang3.mutableApache Commons
MutableIntA mutable int wrapper.Classorg.apache.commons.lang3.mutableApache Commons
MutableLongA mutable long wrapper.Classorg.apache.commons.lang3.mutableApache Commons
MutableObjectA mutable Object wrapper.Classorg.apache.commons.lang3.mutableApache Commons
MutablePairA mutable pair consisting of two Object elements.Classorg.apache.commons.lang3.tupleApache Commons
MutableShortA mutable short wrapper.Classorg.apache.commons.lang3.mutableApache Commons
MutableTripleA mutable triple consisting of three Object elements.Classorg.apache.commons.lang3.tupleApache Commons
NotImplementedExceptionThrown to indicate that a block of code has not been implemented.Classorg.apache.commons.lang3Apache Commons
NumberUtilsProvides extra functionality for Java Number classes.Classorg.apache.commons.lang3.mathApache Commons
NumericEntityEscaperTranslates codepoints to their XML numeric entity escaped value.Classorg.apache.commons.lang3.text.translateApache Commons
NumericEntityUnescaperTranslate XML numeric entities of the form &#[xX]?\d+;? to the specific codepoint.Classorg.apache.commons.lang3.text.translateApache Commons
ObjectUtilsOperations on Object.Classorg.apache.commons.lang3Apache Commons
OctalUnescaperTranslate escaped octal Strings back to their octal values.Classorg.apache.commons.lang3.text.translateApache Commons
PairA pair consisting of two elements.Classorg.apache.commons.lang3.tupleApache Commons
RandomStringUtilsOperations for random Strings.Classorg.apache.commons.lang3Apache Commons
RandomUtilsUtility library that supplements the standard Random class.Classorg.apache.commons.lang3Apache Commons
RangeAn immutable range of objects from a minimum to maximum point inclusive.Classorg.apache.commons.lang3Apache Commons
RecursiveToStringStyleWorks with ToStringBuilder to create a deep toString.Classorg.apache.commons.lang3.builderApache Commons
ReflectionToStringBuilder Assists in implementing Object.Classorg.apache.commons.lang3.builderApache Commons
SerializationExceptionException thrown when the Serialization process fails.Classorg.apache.commons.lang3Apache Commons
SerializationUtilsAssists with the serialization process and performs additional functionality based Deep clone using serializationClassorg.apache.commons.lang3Apache Commons
StandardToStringStyleWorks with ToStringBuilder to create a toString.Classorg.apache.commons.lang3.builderApache Commons
StopWatch StopWatch provides a convenient API for timings.Classorg.apache.commons.lang3.timeApache Commons
StrBuilderBuilds a string from constituent parts providing a more flexible and powerful API The main differences from StringBuffer/StringBuilder are:Classorg.apache.commons.lang3.textApache Commons
StringEscapeUtilsEscapes and unescapes Strings for Java, Java Script, HTML and XML.Classorg.apache.commons.lang3Apache Commons
StringUtilsOperations on String that are - checks if a String contains textTrim/StripClassorg.apache.commons.lang3Apache Commons
StrLookupLookup a String key to a String value.Classorg.apache.commons.lang3.textApache Commons
StrMatcherA matcher class that can be queried to determine if a character array This class comes complete with various factory methods.Classorg.apache.commons.lang3.textApache Commons
StrSubstitutorSubstitutes variables within a string by values.Classorg.apache.commons.lang3.textApache Commons
StrTokenizerTokenizes a string based based on delimiters (separators) and supporting quoting and ignored character concepts.Classorg.apache.commons.lang3.textApache Commons
SystemUtils Helpers for java.Classorg.apache.commons.lang3Apache Commons
TimedSemaphore A specialized semaphore implementation that provides a number of permits in a given time frame.Classorg.apache.commons.lang3.concurrentApache Commons
ToStringBuilderAssists in implementing Object.Classorg.apache.commons.lang3.builderApache Commons
ToStringStyleControls String formatting for ToStringBuilder.Classorg.apache.commons.lang3.builderApache Commons
TripleA triple consisting of three elements.Classorg.apache.commons.lang3.tupleApache Commons
TypedGeneralization of has a type.Interfaceorg.apache.commons.lang3.reflectApache Commons
TypeLiteralType literal comparable to javax.Classorg.apache.commons.lang3.reflectApache Commons
TypeUtils Utility methods focusing on type inspection, particularly with regard toSince:3.Classorg.apache.commons.lang3.reflectApache Commons
UnicodeEscaperTranslates codepoints to their Unicode escaped value.Classorg.apache.commons.lang3.text.translateApache Commons
UnicodeUnescaperTranslates escaped Unicode values of the form \\u+\d\d\d\d back to Unicode.Classorg.apache.commons.lang3.text.translateApache Commons
UnicodeUnpairedSurrogateRemoverHelper subclass to CharSequenceTranslator to remove unpaired surrogates.Classorg.apache.commons.lang3.text.translateApache Commons
ValidateThis class assists in validating arguments.Classorg.apache.commons.lang3Apache Commons
WordUtilsOperations on Strings that contain words.Classorg.apache.commons.lang3.textApache Commons
AvalonLogger logging calls to the Avalon logging abstraction: the Logger interface.Classorg.apache.commons.logging.implApache Commons
Jdk13LumberjackLogger interface that wraps the standard JDK logging mechanisms that are available in SourceForge's Lumberjack for JDKs prior to 1.Classorg.apache.commons.logging.implApache Commons
Jdk14Logger interface that wraps the standard JDK logging mechanisms that were introduced in the Merlin release (JDK 1.Classorg.apache.commons.logging.implApache Commons
LogA simple logging interface abstracting logging APIs.Interfaceorg.apache.commons.loggingApache Commons
Log4JLogger Logger for log4J version 1.Classorg.apache.commons.logging.implApache Commons
LogConfigurationExceptionAn exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the correspondingClassorg.apache.commons.loggingApache Commons
LogFactoryFactory for creating Log instances, with discovery and configuration features similar to that employed by standard Java APIsClassorg.apache.commons.loggingApache Commons
LogFactoryImplConcrete subclass of LogFactory that implements the following algorithm to dynamically select a logging implementationClassorg.apache.commons.logging.implApache Commons
LogKitLogger that wraps the avalon-logkit logging system.Classorg.apache.commons.logging.implApache Commons
LogSourceFactory for creating Log instances.Classorg.apache.commons.loggingApache Commons
NoOpLogTrivial implementation of Log that throws away all messages.Classorg.apache.commons.logging.implApache Commons
ServletContextCleanerThis class is capable of receiving notifications about the undeployment of a webapp, and responds by ensuring that commons-logging releases allClassorg.apache.commons.logging.implApache Commons
SimpleLogSimple implementation of Log that sends all enabled log messages, for all defined loggers, to System.Classorg.apache.commons.logging.implApache Commons
WeakHashtable to hold its keys thus allowing them to be reclaimed by the garbage collector.Classorg.apache.commons.logging.implApache Commons
AbstractArrayConverterConvenience base class for converters that translate the String representation of an array into a corresponding array of primitivesClassv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
AbstractConverterBase Converter implementation that provides the structure for handling conversion to and from a specified type.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ArrayConverterGeneric Converter implementation that handles conversion to and from array objects.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
BaseDynaBeanMapDecoratorA base class for decorators providing Map behavior on The motivation for this implementation is to provide access to DynaBeanClassv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BaseLocaleConverterThe base class for all standart type locale-sensitive converters.Classv1.9.2.apidocs.org.apache.commons.beanutils.localeApache Commons
BasicDynaBeanMinimal implementation of the DynaBean interface.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BasicDynaClassMinimal implementation of the DynaClass interface.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanAccessLanguageExceptionThrown to indicate that the Bean Access Language cannot execute query against given bean.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanComparator This comparator compares two beans by the specified bean property.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanIntrospector Definition of an interface for components that can perform introspection on Before PropertyUtils can be used for interaction with a specific JavaInterfacev1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanMapAn implementation of Map for JavaBeans which uses introspection to get and put properties in the bean.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanPredicatePredicate implementation that applies the given Predicate to the result of calling the given property getter.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanPropertyValueChangeClosureClosure that sets a property.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanPropertyValueEqualsPredicatePredicate that evaluates a property value against a specified value.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanToPropertyValueTransformerTransformer that outputs a property value.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanUtilsUtility methods for populating JavaBeans properties via reflection.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanUtilsBeanJavaBean property population methods.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanUtilsBean2BeanUtilsBean implementation that creates a ConvertUtilsBean2 and delegates conversion toClassv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BigDecimalConverterNumberConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
BigDecimalLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
BigIntegerConverterNumberConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
BigIntegerLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
BooleanArrayConverterStandard Converter implementation that converts an incoming String into a primitive array of boolean.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
BooleanConverterConverter implementation that handles conversion to and from Boolean objects.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ByteArrayConverterStandard Converter implementation that converts an incoming String into a primitive array of byte.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ByteConverterNumberConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ByteLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
CalendarConverterDateTimeConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
CharacterArrayConverterStandard Converter implementation that converts an incoming String into a primitive array of char.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
CharacterConverterConverter implementaion that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ClassConverterConverter implementaion that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ConstructorUtils Utility reflection methods focussed on constructors, modelled after MethodUtils.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ContextClassLoaderLocalAn instance of this class represents a value that is provided per (thread) context classloader.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ConversionExceptionA ConversionException indicates that a call to Converter.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ConverterGeneral purpose data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects fromInterfacev1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ConverterFacadeProvides a facade for Converter implementations preventing access to any public API in the implementation,Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ConvertingWrapDynaBean instance, so that DynaBean APIs can be used to access its properties, though this implementation allows type conversion to occur when properties are set.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ConvertUtilsUtility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ConvertUtilsBeanUtility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ConvertUtilsBean2ConvertUtilsBean implementation that delegates convert() methods to the new ConvertUtilsBean.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
DateConverterDateTimeConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
DateLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
DateTimeConverterConverter implementaion that handles conversion to and from date/time objects.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
DecimalLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
DefaultBeanIntrospector The default BeanIntrospector implementation.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
DefaultResolverDefault Property Name Expression Resolver Implementation.Classv1.9.2.apidocs.org.apache.commons.beanutils.expressionApache Commons
DoubleArrayConverterStandard Converter implementation that converts an incoming String into a primitive array of double.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
DoubleConverterNumberConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
DoubleLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
DynaBeanA DynaBean is a Java object that supports properties whose names and data types, as well as values, may be dynamically modified.Interfacev1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
DynaBeanMapDecoratorDecorates a DynaBean to provide Map behaviour.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
DynaBeanPropertyMapDecoratorDecorates a DynaBean to provide Map behavior.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
DynaClassA DynaClass is a simulation of the functionality of java.Interfacev1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
DynaPropertyThe metadata describing an individual property of a DynaBean.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
FileConverterConverter implementaion that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
FloatArrayConverterStandard Converter implementation that converts an incoming String into a primitive array of float.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
FloatConverterNumberConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
FloatLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
FluentPropertyBeanIntrospector An implementation of the BeanIntrospector interface which can detect write methods for properties used in fluent API scenario.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
IntegerArrayConverterStandard Converter implementation that converts an incoming String into a primitive array of int.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
IntegerConverterNumberConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
IntegerLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
IntrospectionContext A context interface used during introspection for querying and setting property descriptors.Interfacev1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
LazyDynaBeanDynaBean which automatically adds properties to the DynaClass and provides Lazy List and Lazy Map features.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
LazyDynaClassDynaClass which implements the MutableDynaClass interface.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
LazyDynaList There are two main purposes for this class: To provide Lazy List behaviour - automaticallyClassv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
LazyDynaMapProvides a light weight DynaBean facade to a Map with lazy map/list processing.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
LocaleBeanUtilsUtility methods for populating JavaBeans properties via reflection in a locale-dependent manner.Classv1.9.2.apidocs.org.apache.commons.beanutils.localeApache Commons
LocaleBeanUtilsBeanUtility methods for populating JavaBeans properties via reflection in a locale-dependent manner.Classv1.9.2.apidocs.org.apache.commons.beanutils.localeApache Commons
LocaleConverterGeneral purpose locale-sensitive data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects fromInterfacev1.9.2.apidocs.org.apache.commons.beanutils.localeApache Commons
LocaleConvertUtilsUtility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class andClassv1.9.2.apidocs.org.apache.commons.beanutils.localeApache Commons
LocaleConvertUtilsBeanUtility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class andClassv1.9.2.apidocs.org.apache.commons.beanutils.localeApache Commons
LongArrayConverterStandard Converter implementation that converts an incoming String into a primitive array of long.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
LongConverterNumberConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
LongLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
MappedPropertyDescriptorA MappedPropertyDescriptor describes one mapped property.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
MethodUtils Utility reflection methods focused on methods in general rather than properties in particular.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
MutableDynaClassA specialized extension to DynaClass that allows properties to be added or removed dynamically.Interfacev1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
NestedNullExceptionThrown to indicate that the Bean Access Language cannot execute query against given bean since a nested bean referenced is null.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
NumberConverterConverter implementaion that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
PropertyUtilsUtility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
PropertyUtilsBeanUtility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ResolverProperty Name Expression Resolver.Interfacev1.9.2.apidocs.org.apache.commons.beanutils.expressionApache Commons
ResultSetDynaClass java.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ResultSetIterator iterator() method of ResultSetDynaClass.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
RowSetDynaClass of DynaBeans representing the results of an SQL query.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ShortArrayConverterStandard Converter implementation that converts an incoming String into a primitive array of short.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ShortConverterNumberConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ShortLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
SqlDateConverterDateTimeConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
SqlDateLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
SqlTimeConverterDateTimeConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
SqlTimeLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
SqlTimestampConverterDateTimeConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
SqlTimestampLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
StringArrayConverterStandard Converter implementation that converts an incoming String into an array of String objects.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
StringConverter implementation that converts an incoming object into a java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
StringLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
SuppressPropertiesBeanIntrospector A specialized BeanIntrospector implementation which suppresses some properties.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
URLConverterConverter implementaion that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
WrapDynaBean instance, so that DynaBean APIs can be used to access its properties.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
WrapDynaClass standard JavaBean instances.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
AbstractGetLocaleCommandAbstract base Command implementation for retrieving the requested Locale from our Context, and storing it under theClassorg.apache.commons.chain.webApache Commons
AbstractSetLocaleCommandAbstract base Command implementation for setting the response locale for this response to the Locale storedClassorg.apache.commons.chain.webApache Commons
CatalogA Catalog is a collection of named Commands (or Chains) that can be used to retrieve the set of commands thatInterfaceorg.apache.commons.chainApache Commons
CatalogBaseSimple in-memory implementation of Catalog.Classorg.apache.commons.chain.implApache Commons
CatalogFactoryA CatalogFactory is a class used to store and retrieve Catalogs.Classorg.apache.commons.chainApache Commons
CatalogFactoryBaseA simple implementation of CatalogFactory.Classorg.apache.commons.chain.implApache Commons
ChainInterfaceorg.apache.commons.chainApache Commons
ChainBaseConvenience base class for Chain implementations.Classorg.apache.commons.chain.implApache Commons
ChainListenerServletContextListener that automatically scans chain configuration files in the current web application atClassorg.apache.commons.chain.webApache Commons
ChainProcessorCustom subclass of ChainServlet that also dispatches incoming requests to a configurable Command loaded from the specifiedClassorg.apache.commons.chain.web.servletApache Commons
ChainServletServlet that automatically scans chain configuration files in the current web application at startup time, and exposes the result in aClassorg.apache.commons.chain.webApache Commons
CommandA Command encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of aInterfaceorg.apache.commons.chainApache Commons
ConfigParserClass to parse the contents of an XML configuration file (using Commons Digester) that defines and configures commands and command chainsClassorg.apache.commons.chain.configApache Commons
ConfigRuleSetDigester RuleSet for configuring Chain of Responsibility command chains, and adding them to an appropriateClassorg.apache.commons.chain.configApache Commons
ContextA Context represents the state information that is accessed and manipulated by the execution of a Command or aInterfaceorg.apache.commons.chainApache Commons
ContextBaseConvenience base class for Context implementations.Classorg.apache.commons.chain.implApache Commons
CopyCommandCopy a specified literal value, or a context attribute stored under the fromKey (if any), to the toKey.Classorg.apache.commons.chain.genericApache Commons
DispatchCommandAn abstract base command which uses introspection to look up a method to execute.Classorg.apache.commons.chain.genericApache Commons
DispatchLookupCommandThis command combines elements of the LookupCommand with the DispatchCommand.Classorg.apache.commons.chain.genericApache Commons
FacesGetLocaleCommandConcrete implementation of AbstractGetLocaleCommand for the JavaServer Faces API.Classorg.apache.commons.chain.web.facesApache Commons
FacesSetLocaleCommandConcrete implementation of AbstractSetLocaleCommand for the JavaServer Faces API.Classorg.apache.commons.chain.web.facesApache Commons
FacesWebContextConcrete implementation of WebContext suitable for use in JavaServer Faces apps.Classorg.apache.commons.chain.web.facesApache Commons
FilterA Filter is a specialized Command that also expects the Chain that is executing it to call theInterfaceorg.apache.commons.chainApache Commons
LookupCommandLook up a specified Command (which could also be a in a Catalog, and delegate execution to it.Classorg.apache.commons.chain.genericApache Commons
MapEntryMap.Classorg.apache.commons.chain.webApache Commons
PathInfoMapperCommand that uses the path info component of the request URI to select a Command from the appropriate Catalog, andClassorg.apache.commons.chain.web.servletApache Commons
PortletGetLocaleCommandConcrete implementation of AbstractGetLocaleCommand forFields inherited from interface org.Classorg.apache.commons.chain.web.portletApache Commons
PortletSetLocaleCommandConcrete implementation of AbstractSetLocaleCommand forFields inherited from interface org.Classorg.apache.commons.chain.web.portletApache Commons
PortletWebContextConcrete implementation of WebContext suitable for use in portlets.Classorg.apache.commons.chain.web.portletApache Commons
RemoveCommandRemove any context attribute stored under the fromKey.Classorg.apache.commons.chain.genericApache Commons
RequestParameterMapperCommand that uses a specified request parameter to select a Command from the appropriate Catalog, andClassorg.apache.commons.chain.web.servletApache Commons
ServletGetLocaleCommandConcrete implementation of AbstractGetLocaleCommand forFields inherited from interface org.Classorg.apache.commons.chain.web.servletApache Commons
ServletPathMapperCommand that uses the servlet path component of the request URI to select a Command from the appropriate Catalog, andClassorg.apache.commons.chain.web.servletApache Commons
ServletSetLocaleCommandConcrete implementation of AbstractSetLocaleCommand forFields inherited from interface org.Classorg.apache.commons.chain.web.servletApache Commons
ServletWebContextConcrete implementation of WebContext suitable for use in Servlets and JSP pages.Classorg.apache.commons.chain.web.servletApache Commons
WebContextAbstract base implementation of Context that provides web based applications that use it a generic view of HTTP relatedClassorg.apache.commons.chain.webApache Commons
AlreadySelectedExceptionThrown when more than one option in an option groupVersion:$Id: AlreadySelectedException.Classorg.apache.commons.cliApache Commons
AmbiguousOptionExceptionException thrown when an option can't be identified from a partial name.Classorg.apache.commons.cliApache Commons
BasicParserThe class BasicParser provides a very simple implementation of the flatten method.Classorg.apache.commons.cliApache Commons
CommandLineRepresents list of arguments parsed against a Options descriptor.Classorg.apache.commons.cliApache Commons
CommandLineParserA class that implements the CommandLineParser interface can parse a String array according to the Options specifiedInterfaceorg.apache.commons.cliApache Commons
DefaultParserClassorg.apache.commons.cliApache Commons
GnuParserThe class GnuParser provides an implementation of theVersion:$Id: GnuParser.Classorg.apache.commons.cliApache Commons
HelpFormatterA formatter of help messages for command line options.Classorg.apache.commons.cliApache Commons
MissingArgumentExceptionThrown when an option requiring an argument is not provided with an argument.Classorg.apache.commons.cliApache Commons
MissingOptionExceptionThrown when a required option has not been provided.Classorg.apache.commons.cliApache Commons
OptionDescribes a single command-line option.Classorg.apache.commons.cliApache Commons
OptionBuilderOptionBuilder allows the user to create Options using descriptive methods.Classorg.apache.commons.cliApache Commons
OptionGroupA group of mutually exclusive options.Classorg.apache.commons.cliApache Commons
OptionsMain entry-point into the library.Classorg.apache.commons.cliApache Commons
ParseExceptionBase for Exceptions thrown during parsing of a command-line.Classorg.apache.commons.cliApache Commons
ParserParser creates CommandLines.Classorg.apache.commons.cliApache Commons
PatternOptionBuilderAllows Options to be created from a single String.Classorg.apache.commons.cliApache Commons
PosixParserThe class PosixParser provides an implementation of theVersion:$Id: PosixParser.Classorg.apache.commons.cliApache Commons
TypeHandlerThis is a temporary implementation.Classorg.apache.commons.cliApache Commons
UnrecognizedOptionExceptionException thrown during parsing signalling an unrecognizedVersion:$Id: UnrecognizedOptionException.Classorg.apache.commons.cliApache Commons
AbstractCaverphoneEncodes a string into a Caverphone value.Class1.10.apidocs.org.apache.commons.codec.languageApache Commons
Base32Provides Base32 encoding and decoding as defined by RFC 4648.Class1.10.apidocs.org.apache.commons.codec.binaryApache Commons
Base32InputStreamProvides Base32 encoding and decoding in a streaming fashion (unlimited size).Class1.10.apidocs.org.apache.commons.codec.binaryApache Commons
Base32OutputStreamProvides Base32 encoding and decoding in a streaming fashion (unlimited size).Class1.10.apidocs.org.apache.commons.codec.binaryApache Commons
Base64Provides Base64 encoding and decoding as defined by RFC 2045.Class1.10.apidocs.org.apache.commons.codec.binaryApache Commons
Base64InputStreamProvides Base64 encoding and decoding in a streaming fashion (unlimited size).Class1.10.apidocs.org.apache.commons.codec.binaryApache Commons
Base64OutputStreamProvides Base64 encoding and decoding in a streaming fashion (unlimited size).Class1.10.apidocs.org.apache.commons.codec.binaryApache Commons
BaseNCodecAbstract superclass for Base-N encoders and decoders.Class1.10.apidocs.org.apache.commons.codec.binaryApache Commons
BaseNCodecInputStreamAbstract superclass for Base-N input streams.Class1.10.apidocs.org.apache.commons.codec.binaryApache Commons
BaseNCodecOutputStreamAbstract superclass for Base-N output streams.Class1.10.apidocs.org.apache.commons.codec.binaryApache Commons
BCodecIdentical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified.Class1.10.apidocs.org.apache.commons.codec.netApache Commons
BeiderMorseEncoderEncodes strings into their Beider-Morse phonetic encoding.Class1.10.apidocs.org.apache.commons.codec.language.bmApache Commons
BinaryCodecConverts between byte arrays and strings of 0s and 1s.Class1.10.apidocs.org.apache.commons.codec.binaryApache Commons
BinaryDecoderDefines common decoding methods for byte array decoders.Interface1.10.apidocs.org.apache.commons.codecApache Commons
BinaryEncoderDefines common encoding methods for byte array encoders.Interface1.10.apidocs.org.apache.commons.codecApache Commons
CaverphoneEncodes a string into a Caverphone 2.Class1.10.apidocs.org.apache.commons.codec.languageApache Commons
Caverphone1Encodes a string into a Caverphone 1.Class1.10.apidocs.org.apache.commons.codec.languageApache Commons
Caverphone2Encodes a string into a Caverphone 2.Class1.10.apidocs.org.apache.commons.codec.languageApache Commons
CharEncodingCharacter encoding names required of every implementation of the Java platform.Class1.10.apidocs.org.apache.commons.codecApache Commons
CharSequenceUtils Operations on CharSequence that are null safe.Class1.10.apidocs.org.apache.commons.codec.binaryApache Commons
CharsetsCharsets required of every implementation of the Java platform.Class1.10.apidocs.org.apache.commons.codecApache Commons
ColognePhoneticEncodes a string into a Cologne Phonetic value.Class1.10.apidocs.org.apache.commons.codec.languageApache Commons
CryptGNU libc crypt(3) compatible hash method.Class1.10.apidocs.org.apache.commons.codec.digestApache Commons
DaitchMokotoffSoundexEncodes a string into a Daitch-Mokotoff Soundex value.Class1.10.apidocs.org.apache.commons.codec.languageApache Commons
DecoderProvides the highest level of abstraction for Decoders.Interface1.10.apidocs.org.apache.commons.codecApache Commons
DecoderExceptionThrown when there is a failure condition during the decoding process.Class1.10.apidocs.org.apache.commons.codecApache Commons
DigestUtilsOperations to simplify common MessageDigest tasks.Class1.10.apidocs.org.apache.commons.codec.digestApache Commons
DoubleMetaphoneEncodes a string into a double metaphone value.Class1.10.apidocs.org.apache.commons.codec.languageApache Commons
EncoderProvides the highest level of abstraction for Encoders.Interface1.10.apidocs.org.apache.commons.codecApache Commons
EncoderExceptionThrown when there is a failure condition during the encoding process.Class1.10.apidocs.org.apache.commons.codecApache Commons
HexConverts hexadecimal Strings.Class1.10.apidocs.org.apache.commons.codec.binaryApache Commons
HmacAlgorithmsStandard HmacUtils algorithm names from the Java Cryptography Architecture Standard Algorithm Name Note: Not all JCE implementations supports all algorithms in this enum.Class1.10.apidocs.org.apache.commons.codec.digestApache Commons
HmacUtilsSimplifies common Mac tasks.Class1.10.apidocs.org.apache.commons.codec.digestApache Commons
LangLanguage guessing utility.Class1.10.apidocs.org.apache.commons.codec.language.bmApache Commons
Languages Language codes are typically loaded from resource files.Class1.10.apidocs.org.apache.commons.codec.language.bmApache Commons
MatchRatingApproachEncoderMatch Rating Approach Phonetic Algorithm Developed by Western Airlines in 1977.Class1.10.apidocs.org.apache.commons.codec.languageApache Commons
Md5CryptThe libc crypt() $1$ and Apache $apr1$ MD5-based hash algorithm.Class1.10.apidocs.org.apache.commons.codec.digestApache Commons
MessageDigestAlgorithmsStandard MessageDigest algorithm names from the Java Cryptography Architecture Standard Algorithm Name This class is immutable and thread-safe.Class1.10.apidocs.org.apache.commons.codec.digestApache Commons
MetaphoneEncodes a string into a Metaphone value.Class1.10.apidocs.org.apache.commons.codec.languageApache Commons
NameTypeSupported types of names.Class1.10.apidocs.org.apache.commons.codec.language.bmApache Commons
NysiisEncodes a string into a NYSIIS value.Class1.10.apidocs.org.apache.commons.codec.languageApache Commons
PhoneticEngineConverts words into potential phonetic representations.Class1.10.apidocs.org.apache.commons.codec.language.bmApache Commons
QCodecSimilar to the Quoted-Printable content-transfer-encoding defined in RFC 1521 and designed to allow text containing mostly ASCIIClass1.10.apidocs.org.apache.commons.codec.netApache Commons
QuotedPrintableCodecCodec for the Quoted-Printable section of RFC 1521.Class1.10.apidocs.org.apache.commons.codec.netApache Commons
RefinedSoundexEncodes a string into a Refined Soundex value.Class1.10.apidocs.org.apache.commons.codec.languageApache Commons
Rule Rules have a pattern, left context, right context, output phoneme, set of languages for which they apply and a logical flag indicating if all languages must be in play.Class1.10.apidocs.org.apache.commons.codec.language.bmApache Commons
RuleTypeClass1.10.apidocs.org.apache.commons.codec.language.bmApache Commons
Sha2CryptSHA2-based Unix crypt implementation.Class1.10.apidocs.org.apache.commons.codec.digestApache Commons
SoundexEncodes a string into a Soundex value.Class1.10.apidocs.org.apache.commons.codec.languageApache Commons
StringDecoderDefines common decoding methods for String decoders.Interface1.10.apidocs.org.apache.commons.codecApache Commons
StringEncoderDefines common encoding methods for String encoders.Interface1.10.apidocs.org.apache.commons.codecApache Commons
StringEncoderComparatorCompares Strings using a StringEncoder.Class1.10.apidocs.org.apache.commons.codecApache Commons
StringUtilsConverts String to and from bytes using the encodings required by the Java specification.Class1.10.apidocs.org.apache.commons.codec.binaryApache Commons
UnixCryptUnix crypt(3) algorithm implementation.Class1.10.apidocs.org.apache.commons.codec.digestApache Commons
URLCodec This codec is meant to be a replacement for standard Java classes URLEncoder and URLDecoder on older Java platforms, as these classes in Java versions belowClass1.10.apidocs.org.apache.commons.codec.netApache Commons
AbstractBagDecoratorDecorates another Bag to provide additional behaviour.Classorg.apache.commons.collections4.bagApache Commons
AbstractBidiMapDecoratorProvides a base decorator that enables additional functionality to be added to a BidiMap via decoration.Classorg.apache.commons.collections4.bidimapApache Commons
AbstractBitwiseTrieThis class provides some basic Trie functionality and utility methods for actual bitwise Trie implementations.Classorg.apache.commons.collections4.trieApache Commons
AbstractCollectionDecoratorDecorates another Collection to provide additional behaviour.Classorg.apache.commons.collections4.collectionApache Commons
AbstractDualBidiMapAbstract BidiMap implemented using two maps.Classorg.apache.commons.collections4.bidimapApache Commons
AbstractEmptyMapIteratorProvides an implementation of an empty map iterator.Classorg.apache.commons.collections4.iteratorsApache Commons
AbstractHashedMapAn abstract implementation of a hash-based map which provides numerous points for subclasses to override.Classorg.apache.commons.collections4.mapApache Commons
AbstractIterableGetMapDecoratorIterableGet that uses a Map for the Get implementation.Classorg.apache.commons.collections4.splitmapApache Commons
AbstractIterableMapProvide a basic IterableMap implementation.Classorg.apache.commons.collections4.mapApache Commons
AbstractIteratorDecoratorProvides basic behaviour for decorating an iterator with extra functionality.Classorg.apache.commons.collections4.iteratorsApache Commons
AbstractKeyValueAbstract pair class to assist with creating KeyValue and Map.Classorg.apache.commons.collections4.keyvalueApache Commons
AbstractLinkedListAn abstract implementation of a linked list which provides numerous points for subclasses to override.Classorg.apache.commons.collections4.listApache Commons
AbstractLinkedMapAn abstract implementation of a hash-based map that links entries to create an ordered map and which provides numerous points for subclasses to override.Classorg.apache.commons.collections4.mapApache Commons
AbstractListDecoratorDecorates another List to provide additional behaviour.Classorg.apache.commons.collections4.listApache Commons
AbstractListIteratorDecoratorProvides basic behaviour for decorating a list iterator with extra functionality.Classorg.apache.commons.collections4.iteratorsApache Commons
AbstractListValuedMapAbstract implementation of the ListValuedMap interface to simplify the creation of subclass implementations.Classorg.apache.commons.collections4.multimapApache Commons
AbstractMapBagAbstract implementation of the Bag interface to simplify the creation of subclass implementations.Classorg.apache.commons.collections4.bagApache Commons
AbstractMapDecoratorProvides a base decorator that enables additional functionality to be added to a Map via decoration.Classorg.apache.commons.collections4.mapApache Commons
AbstractMapEntryAbstract Pair class to assist with creating correct Map.Classorg.apache.commons.collections4.keyvalueApache Commons
AbstractMapEntryDecoratorProvides a base decorator that allows additional functionality to be added to a Map.Classorg.apache.commons.collections4.keyvalueApache Commons
AbstractMapIteratorDecoratorProvides basic behaviour for decorating a map iterator with extra functionality.Classorg.apache.commons.collections4.iteratorsApache Commons
AbstractMapMultiSetAbstract implementation of the MultiSet interface to simplify the creation of subclass implementations.Classorg.apache.commons.collections4.multisetApache Commons
AbstractMultiSetAbstract implementation of the MultiSet interface to simplify the creation of subclass implementations.Classorg.apache.commons.collections4.multisetApache Commons
AbstractMultiSetDecoratorDecorates another MultSet to provide additional behaviour.Classorg.apache.commons.collections4.multisetApache Commons
AbstractMultiValuedMapAbstract implementation of the MultiValuedMap interface to simplify the creation of subclass implementations.Classorg.apache.commons.collections4.multimapApache Commons
AbstractMultiValuedMapDecoratorDecorates another MultiValuedMap to provide additional behaviour.Classorg.apache.commons.collections4.multimapApache Commons
AbstractNavigableSetDecoratorDecorates another NavigableSet to provide additional behaviour.Classorg.apache.commons.collections4.setApache Commons
AbstractOrderedBidiMapDecoratorProvides a base decorator that enables additional functionality to be added to an OrderedBidiMap via decoration.Classorg.apache.commons.collections4.bidimapApache Commons
AbstractOrderedMapDecoratorProvides a base decorator that enables additional functionality to be added to an OrderedMap via decoration.Classorg.apache.commons.collections4.mapApache Commons
AbstractOrderedMapIteratorDecoratorProvides basic behaviour for decorating an ordered map iterator with extra functionality.Classorg.apache.commons.collections4.iteratorsApache Commons
AbstractQuantifierPredicateAbstract base class for quantification predicates, e.Classorg.apache.commons.collections4.functorsApache Commons
AbstractQueueDecoratorDecorates another Queue to provide additional behaviour.Classorg.apache.commons.collections4.queueApache Commons
AbstractReferenceMapAn abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector.Classorg.apache.commons.collections4.mapApache Commons
AbstractSerializableListDecoratorSerializable subclass of AbstractListDecorator.Classorg.apache.commons.collections4.listApache Commons
AbstractSerializableSetDecoratorSerializable subclass of AbstractSetDecorator.Classorg.apache.commons.collections4.setApache Commons
AbstractSetDecoratorDecorates another Set to provide additional behaviour.Classorg.apache.commons.collections4.setApache Commons
AbstractSetValuedMapAbstract implementation of the SetValuedMap interface to simplify the creation of subclass implementations.Classorg.apache.commons.collections4.multimapApache Commons
AbstractSortedBagDecoratorDecorates another SortedBag to provide additional behaviour.Classorg.apache.commons.collections4.bagApache Commons
AbstractSortedBidiMapDecoratorProvides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration.Classorg.apache.commons.collections4.bidimapApache Commons
AbstractSortedMapDecoratorProvides a base decorator that enables additional functionality to be added to a Map via decoration.Classorg.apache.commons.collections4.mapApache Commons
AbstractSortedSetDecoratorDecorates another SortedSet to provide additional behaviour.Classorg.apache.commons.collections4.setApache Commons
AbstractUntypedIteratorDecoratorProvides basic behaviour for decorating an iterator with extra functionality without committing the generic type of the Iterator implementation.Classorg.apache.commons.collections4.iteratorsApache Commons
AllPredicatePredicate implementation that returns true if all the predicates return true.Classorg.apache.commons.collections4.functorsApache Commons
AndPredicatePredicate implementation that returns true if both the predicates return true.Classorg.apache.commons.collections4.functorsApache Commons
AnyPredicatePredicate implementation that returns true if any of the predicates return true.Classorg.apache.commons.collections4.functorsApache Commons
ArrayIterator The array can be either an array of object or of primitives.Classorg.apache.commons.collections4.iteratorsApache Commons
ArrayListIterator The array can be either an array of object or of primitives.Classorg.apache.commons.collections4.iteratorsApache Commons
ArrayListValuedHashMap storage and ArrayLists as value collections.Classorg.apache.commons.collections4.multimapApache Commons
ArrayStackAn implementation of the Stack API that is based on an ArrayList instead of a Vector, so it is notClassorg.apache.commons.collections4Apache Commons
BagDefines a collection that counts the number of times an object appears in Suppose you have a Bag that contains {a, a, b, c}.Interfaceorg.apache.commons.collections4Apache Commons
BagUtilsProvides utility methods and decorators for Bag and SortedBag instances.Classorg.apache.commons.collections4Apache Commons
BidiMapDefines a map that allows bidirectional lookup between key and values.Interfaceorg.apache.commons.collections4Apache Commons
BooleanComparatorA Comparator for Boolean objects that can sort either true or false first.Classorg.apache.commons.collections4.comparatorsApache Commons
BoundedCollectionDefines a collection that is bounded in size.Interfaceorg.apache.commons.collections4Apache Commons
BoundedIteratorDecorates another iterator to return elements in a specific range.Classorg.apache.commons.collections4.iteratorsApache Commons
BoundedMapDefines a map that is bounded in size.Interfaceorg.apache.commons.collections4Apache Commons
CaseInsensitiveMapA case-insensitive Map.Classorg.apache.commons.collections4.mapApache Commons
CatchAndRethrowClosureClosure that catches any checked exception and re-throws it as a FunctorException runtime exception.Classorg.apache.commons.collections4.functorsApache Commons
ChainedClosureClosure implementation that chains the specified closures together.Classorg.apache.commons.collections4.functorsApache Commons
ChainedTransformerTransformer implementation that chains the specified transformers together.Classorg.apache.commons.collections4.functorsApache Commons
CircularFifoQueueCircularFifoQueue is a first-in first-out queue with a fixed size that replaces its oldest element if full.Classorg.apache.commons.collections4.queueApache Commons
CloneTransformerTransformer implementation that returns a clone of the input object.Classorg.apache.commons.collections4.functorsApache Commons
ClosureDefines a functor interface implemented by classes that do something.Interfaceorg.apache.commons.collections4Apache Commons
ClosureTransformerTransformer implementation that calls a Closure using the input object and then returns the input.Classorg.apache.commons.collections4.functorsApache Commons
ClosureUtilsClosureUtils provides reference implementations and utilities for the Closure functor interface.Classorg.apache.commons.collections4Apache Commons
CollatingIteratorProvides an ordered iteration over the elements contained in a collection of Given two ordered Iterator instances A andClassorg.apache.commons.collections4.iteratorsApache Commons
CollectionBagDecorates another Bag to comply with the Collection contract.Classorg.apache.commons.collections4.bagApache Commons
CollectionSortedBagDecorates another SortedBag to comply with the Collection contract.Classorg.apache.commons.collections4.bagApache Commons
CollectionUtilsProvides utility methods and decorators for Collection instances.Classorg.apache.commons.collections4Apache Commons
CommandVisitorThis interface should be implemented by user object to walk through EditScript objects.Interfaceorg.apache.commons.collections4.sequenceApache Commons
ComparableComparatorA Comparator that compares Comparable This Comparator is useful, for example, for enforcing the natural order inClassorg.apache.commons.collections4.comparatorsApache Commons
ComparatorChainA ComparatorChain is a Comparator that wraps one or more Comparators in sequence.Classorg.apache.commons.collections4.comparatorsApache Commons
ComparatorPredicatePredicate that compares the input object with the one stored in the predicate using a comparator.Classorg.apache.commons.collections4.functorsApache Commons
ComparatorUtilsProvides convenient static utility methods for Comparator Most of the functionality in this class can also be found in theClassorg.apache.commons.collections4Apache Commons
CompositeCollectionDecorates a collection of other collections to provide a single unified view.Classorg.apache.commons.collections4.collectionApache Commons
CompositeMapDecorates a map of other maps to provide a single unified view.Classorg.apache.commons.collections4.mapApache Commons
CompositeSetDecorates a set of other sets to provide a single unified view.Classorg.apache.commons.collections4.setApache Commons
ConstantFactoryFactory implementation that returns the same constant each time.Classorg.apache.commons.collections4.functorsApache Commons
ConstantTransformerTransformer implementation that returns the same constant each time.Classorg.apache.commons.collections4.functorsApache Commons
CursorableLinkedListA List implementation with a ListIterator that allows concurrent modifications to the underlying list.Classorg.apache.commons.collections4.listApache Commons
DefaultedMapDecorates another Map returning a default value if the map does not contain the requested key.Classorg.apache.commons.collections4.mapApache Commons
DefaultEquatorDefault Equator implementation.Classorg.apache.commons.collections4.functorsApache Commons
DefaultKeyValueA mutable KeyValue pair that does not implement Note that a DefaultKeyValue instance may not containClassorg.apache.commons.collections4.keyvalueApache Commons
DefaultMapEntryA restricted implementation of Map.Classorg.apache.commons.collections4.keyvalueApache Commons
DeleteCommandCommand representing the deletion of one object of the first sequence.Classorg.apache.commons.collections4.sequenceApache Commons
DualHashBidiMap Two HashMap instances are used in this class.Classorg.apache.commons.collections4.bidimapApache Commons
DualLinkedHashBidiMap Two LinkedHashMap instances are used in this class.Classorg.apache.commons.collections4.bidimapApache Commons
DualTreeBidiMap The setValue() method on iterators will succeed only if the new value being set is not already in the bidimap.Classorg.apache.commons.collections4.bidimapApache Commons
EditCommandAbstract base class for all commands used to transform an objects sequence When two objects sequences are compared through theClassorg.apache.commons.collections4.sequenceApache Commons
EditScriptThis class gathers all the commands needed to transform one objects sequence into another objects sequence.Classorg.apache.commons.collections4.sequenceApache Commons
EmptyIteratorProvides an implementation of an empty iterator.Classorg.apache.commons.collections4.iteratorsApache Commons
EmptyListIteratorProvides an implementation of an empty list iterator.Classorg.apache.commons.collections4.iteratorsApache Commons
EmptyMapIteratorProvides an implementation of an empty map iterator.Classorg.apache.commons.collections4.iteratorsApache Commons
EmptyOrderedIteratorProvides an implementation of an empty ordered iterator.Classorg.apache.commons.collections4.iteratorsApache Commons
EmptyOrderedMapIteratorProvides an implementation of an empty ordered map iterator.Classorg.apache.commons.collections4.iteratorsApache Commons
EntrySetMapIterator Reverse iteration is not supported.Classorg.apache.commons.collections4.iteratorsApache Commons
EntrySetToMapIteratorAdapterAdapts a Map entrySet to the MapIterator interface.Classorg.apache.commons.collections4.mapApache Commons
EnumerationIteratorAdapter to make Enumeration instances appear to be Iterator instances.Classorg.apache.commons.collections4.iteratorsApache Commons
EnumerationUtilsProvides utility methods for Enumeration instances.Classorg.apache.commons.collections4Apache Commons
EqualPredicatePredicate implementation that returns true if the input is the same object as the one stored in this predicate by equals.Classorg.apache.commons.collections4.functorsApache Commons
EquatorAn equation function, which determines equality between objects of type T.Interfaceorg.apache.commons.collections4Apache Commons
ExceptionClosureClosure implementation that always throws an exception.Classorg.apache.commons.collections4.functorsApache Commons
ExceptionFactoryFactory implementation that always throws an exception.Classorg.apache.commons.collections4.functorsApache Commons
ExceptionPredicatePredicate implementation that always throws an exception.Classorg.apache.commons.collections4.functorsApache Commons
ExceptionTransformerTransformer implementation that always throws an exception.Classorg.apache.commons.collections4.functorsApache Commons
FactoryDefines a functor interface implemented by classes that create objects.Interfaceorg.apache.commons.collections4Apache Commons
FactoryTransformerTransformer implementation that calls a Factory and returns the result.Classorg.apache.commons.collections4.functorsApache Commons
FactoryUtilsFactoryUtils provides reference implementations and utilities for the Factory functor interface.Classorg.apache.commons.collections4Apache Commons
FalsePredicatePredicate implementation that always returns false.Classorg.apache.commons.collections4.functorsApache Commons
FilterIteratorDecorates another Iterator using a predicate to filter elements.Classorg.apache.commons.collections4.iteratorsApache Commons
FilterListIteratorDecorates another ListIterator using a predicate to filter elements.Classorg.apache.commons.collections4.iteratorsApache Commons
FixedOrderComparatorA Comparator which imposes a specific order on a specific set of Objects.Classorg.apache.commons.collections4.comparatorsApache Commons
FixedSizeListDecorates another List to fix the size preventing add/remove.Classorg.apache.commons.collections4.listApache Commons
FixedSizeMapDecorates another Map to fix the size, preventing add/remove.Classorg.apache.commons.collections4.mapApache Commons
FixedSizeSortedMapDecorates another SortedMap to fix the size blocking add/remove.Classorg.apache.commons.collections4.mapApache Commons
Flat3MapA Map implementation that stores data in simple fields until the size is greater than 3.Classorg.apache.commons.collections4.mapApache Commons
FluentIterableA FluentIterable provides a powerful yet simple API for manipulating Iterable instances in a fluent manner.Classorg.apache.commons.collections4Apache Commons
ForClosureClosure implementation that calls another closure n times, like a for loop.Classorg.apache.commons.collections4.functorsApache Commons
FunctorExceptionRuntime exception thrown from functors.Classorg.apache.commons.collections4Apache Commons
GetThe read subset of the Map interface.Interfaceorg.apache.commons.collections4Apache Commons
GrowthListDecorates another List to make it seamlessly grow when indices larger than the list size are used on add and set,Classorg.apache.commons.collections4.listApache Commons
HashBag data storage.Classorg.apache.commons.collections4.bagApache Commons
HashedMapA Map implementation that is a general purpose alternative This implementation improves on the JDK1.Classorg.apache.commons.collections4.mapApache Commons
HashMultiSet data storage.Classorg.apache.commons.collections4.multisetApache Commons
HashSetValuedHashMap storage and HashSets as value collections.Classorg.apache.commons.collections4.multimapApache Commons
IdentityPredicatePredicate implementation that returns true if the input is the same object as the one stored in this predicate.Classorg.apache.commons.collections4.functorsApache Commons
IfClosureClosure implementation acts as an if statement calling one or other closure based on a predicate.Classorg.apache.commons.collections4.functorsApache Commons
IfTransformerTransformer implementation that will call one of two closures based on whether a predicate evaluatesSince:4.Classorg.apache.commons.collections4.functorsApache Commons
IndexedCollectionAn IndexedCollection is a Map-like view onto a Collection.Classorg.apache.commons.collections4.collectionApache Commons
InsertCommandCommand representing the insertion of one object of the second sequence.Classorg.apache.commons.collections4.sequenceApache Commons
InstanceofPredicatePredicate implementation that returns true if the input is an instanceof the type stored in this predicate.Classorg.apache.commons.collections4.functorsApache Commons
InstantiateFactoryFactory implementation that creates a new object instance by reflection.Classorg.apache.commons.collections4.functorsApache Commons
InstantiateTransformerTransformer implementation that creates a new object instance by reflection.Classorg.apache.commons.collections4.functorsApache Commons
InvokerTransformerTransformer implementation that creates a new object instance by reflection.Classorg.apache.commons.collections4.functorsApache Commons
IterableGetThe read subset of the Map interface.Interfaceorg.apache.commons.collections4Apache Commons
IterableMapDefines a map that can be iterated directly without needing to create an entry set.Interfaceorg.apache.commons.collections4Apache Commons
IterableSortedMapSortedMap + OrderedMap.Interfaceorg.apache.commons.collections4Apache Commons
IterableUtilsProvides utility methods and decorators for Iterable instances.Classorg.apache.commons.collections4Apache Commons
IteratorChainAn IteratorChain is an Iterator that wraps a number of Iterators.Classorg.apache.commons.collections4.iteratorsApache Commons
IteratorEnumerationAdapter to make an Iterator instance appear to be an Enumeration instance.Classorg.apache.commons.collections4.iteratorsApache Commons
IteratorIterableAdapter to make an Iterator instance appear to be an Iterable instance.Classorg.apache.commons.collections4.iteratorsApache Commons
IteratorUtilsProvides static utility methods and decorators for Iterator instances.Classorg.apache.commons.collections4Apache Commons
KeepCommandCommand representing the keeping of one object present in both sequences.Classorg.apache.commons.collections4.sequenceApache Commons
KeyAnalyzerDefines the interface to analyze Trie keys on a bit level.Classorg.apache.commons.collections4.trieApache Commons
KeyValueDefines a simple key value pair.Interfaceorg.apache.commons.collections4Apache Commons
LazyIteratorChainAn LazyIteratorChain is an Iterator that wraps a number of Iterators in a lazy manner.Classorg.apache.commons.collections4.iteratorsApache Commons
LazyListDecorates another List to create objects in the list on demand.Classorg.apache.commons.collections4.listApache Commons
LazyMapDecorates another Map to create objects in the map on demand.Classorg.apache.commons.collections4.mapApache Commons
LazySortedMapDecorates another SortedMap to create objects in the map on demand.Classorg.apache.commons.collections4.mapApache Commons
LinkedMapA Map implementation that maintains the order of the entries.Classorg.apache.commons.collections4.mapApache Commons
ListIteratorWrapperConverts an Iterator into a ResettableListIterator.Classorg.apache.commons.collections4.iteratorsApache Commons
ListOrderedMapDecorates a Map to ensure that the order of addition is retained using a List to maintain order.Classorg.apache.commons.collections4.mapApache Commons
ListOrderedSetDecorates another Set to ensure that the order of addition is retained and used by the iterator.Classorg.apache.commons.collections4.setApache Commons
ListUtilsProvides utility methods and decorators for List instances.Classorg.apache.commons.collections4Apache Commons
ListValuedMapDefines a map that holds a list of values against each key.Interfaceorg.apache.commons.collections4Apache Commons
LoopingIteratorAn Iterator that restarts when it reaches the end.Classorg.apache.commons.collections4.iteratorsApache Commons
LoopingListIteratorA ListIterator that restarts when it reaches the end or when it reaches the beginning.Classorg.apache.commons.collections4.iteratorsApache Commons
LRUMapA Map implementation with a fixed maximum size which removes the least recently used entry if an entry is added when full.Classorg.apache.commons.collections4.mapApache Commons
MapBackedSetDecorates a Map to obtain Set behaviour.Classorg.apache.commons.collections4.setApache Commons
MapIteratorDefines an iterator that operates over a Map.Interfaceorg.apache.commons.collections4Apache Commons
MapTransformerTransformer implementation that returns the value held in a specified map using the input parameter as a key.Classorg.apache.commons.collections4.functorsApache Commons
MapUtilsProvides utility methods and decorators for Map and SortedMap instances.Classorg.apache.commons.collections4Apache Commons
MultiKeyA MultiKey allows multiple map keys to be merged together.Classorg.apache.commons.collections4.keyvalueApache Commons
MultiKeyMapA Map implementation that uses multiple keys to map the value.Classorg.apache.commons.collections4.mapApache Commons
MultiMapDefines a map that holds a collection of values against each key.Interfaceorg.apache.commons.collections4Apache Commons
MultiMapUtilsProvides utility methods and decorators for MultiValuedMap instances.Classorg.apache.commons.collections4Apache Commons
MultiSetDefines a collection that counts the number of times an object appears in Suppose you have a MultiSet that contains {a, a, b, c}.Interfaceorg.apache.commons.collections4Apache Commons
MultiSetUtilsProvides utility methods and decorators for MultiSet instances.Classorg.apache.commons.collections4Apache Commons
MultiValuedMapDefines a map that holds a collection of values against each key.Interfaceorg.apache.commons.collections4Apache Commons
MultiValueMapA MultiValueMap decorates another map, allowing it to have more than one value for a key.Classorg.apache.commons.collections4.mapApache Commons
NodeCachingLinkedListA List implementation that stores a cache of internal Node objects in an effort to reduce wasteful object creation.Classorg.apache.commons.collections4.listApache Commons
NodeListIteratorAn Iterator over a NodeList.Classorg.apache.commons.collections4.iteratorsApache Commons
NonePredicatePredicate implementation that returns true if none of the predicates return true.Classorg.apache.commons.collections4.functorsApache Commons
NOPClosureClosure implementation that does nothing.Classorg.apache.commons.collections4.functorsApache Commons
NOPTransformerTransformer implementation that does nothing.Classorg.apache.commons.collections4.functorsApache Commons
NotNullPredicatePredicate implementation that returns true if the input is not null.Classorg.apache.commons.collections4.functorsApache Commons
NotPredicatePredicate implementation that returns the opposite of the decorated predicate.Classorg.apache.commons.collections4.functorsApache Commons
NullComparatorA Comparator that will compare nulls to be either lower or higher thanSince:2.Classorg.apache.commons.collections4.comparatorsApache Commons
NullIsExceptionPredicatePredicate implementation that throws an exception if the input is null.Classorg.apache.commons.collections4.functorsApache Commons
NullIsFalsePredicatePredicate implementation that returns false if the input is null.Classorg.apache.commons.collections4.functorsApache Commons
NullIsTruePredicatePredicate implementation that returns true if the input is null.Classorg.apache.commons.collections4.functorsApache Commons
NullPredicatePredicate implementation that returns true if the input is null.Classorg.apache.commons.collections4.functorsApache Commons
ObjectArrayIteratorAn Iterator over an array of objects.Classorg.apache.commons.collections4.iteratorsApache Commons
ObjectArrayListIterator This iterator does not support add(E) or ObjectArrayIterator.Classorg.apache.commons.collections4.iteratorsApache Commons
ObjectGraphIteratorAn Iterator that can traverse multiple iterators down an object graph.Classorg.apache.commons.collections4.iteratorsApache Commons
OnePredicatePredicate implementation that returns true if only one of the predicates return true.Classorg.apache.commons.collections4.functorsApache Commons
OrderedBidiMapDefines a map that allows bidirectional lookup between key and values and retains and provides access to an ordering.Interfaceorg.apache.commons.collections4Apache Commons
OrderedIteratorDefines an iterator that operates over an ordered container.Interfaceorg.apache.commons.collections4Apache Commons
OrderedMapDefines a map that maintains order and allows both forward and backward iteration through that order.Interfaceorg.apache.commons.collections4Apache Commons
OrderedMapIteratorDefines an iterator that operates over an ordered Map.Interfaceorg.apache.commons.collections4Apache Commons
OrPredicatePredicate implementation that returns true if either of the predicates return true.Classorg.apache.commons.collections4.functorsApache Commons
PassiveExpiringMapDecorates a Map to evict expired entries once their expiration time has been reached.Classorg.apache.commons.collections4.mapApache Commons
PatriciaTrie Coded in Alphanumeric).Classorg.apache.commons.collections4.trieApache Commons
PeekingIteratorDecorates an iterator to support one-element lookahead while iterating.Classorg.apache.commons.collections4.iteratorsApache Commons
PermutationIteratorThis iterator creates permutations of an input collection, using the Steinhaus-Johnson-Trotter algorithm (also called plain changes).Classorg.apache.commons.collections4.iteratorsApache Commons
PredicateDefines a functor interface implemented by classes that perform a predicate A Predicate is the object equivalent of an if statement.Interfaceorg.apache.commons.collections4Apache Commons
PredicatedBagDecorates another Bag to validate that additions match a specified predicate.Classorg.apache.commons.collections4.bagApache Commons
PredicatedCollectionDecorates another Collection to validate that additions match a specified predicate.Classorg.apache.commons.collections4.collectionApache Commons
PredicateDecoratorDefines a predicate that decorates one or more other predicates.Interfaceorg.apache.commons.collections4.functorsApache Commons
PredicatedListDecorates another List to validate that all additions match a specified predicate.Classorg.apache.commons.collections4.listApache Commons
PredicatedMapDecorates another Map to validate that additions match a specified predicate.Classorg.apache.commons.collections4.mapApache Commons
PredicatedMultiSetDecorates another MultiSet to validate that additions match a specified predicate.Classorg.apache.commons.collections4.multisetApache Commons
PredicatedNavigableSetDecorates another NavigableSet to validate that all additions match a specified predicate.Classorg.apache.commons.collections4.setApache Commons
PredicatedQueueDecorates another Queue to validate that additions match a specified predicate.Classorg.apache.commons.collections4.queueApache Commons
PredicatedSetDecorates another Set to validate that all additions match a specified predicate.Classorg.apache.commons.collections4.setApache Commons
PredicatedSortedBagDecorates another SortedBag to validate that additions match a specified predicate.Classorg.apache.commons.collections4.bagApache Commons
PredicatedSortedMapDecorates another SortedMap to validate that additions match a specified predicate.Classorg.apache.commons.collections4.mapApache Commons
PredicatedSortedSetDecorates another SortedSet to validate that all additions match a specified predicate.Classorg.apache.commons.collections4.setApache Commons
PredicateTransformerTransformer implementation that calls a Predicate using the input object and then returns the result.Classorg.apache.commons.collections4.functorsApache Commons
PredicateUtilsPredicateUtils provides reference implementations and utilities for the Predicate functor interface.Classorg.apache.commons.collections4Apache Commons
PrototypeFactoryFactory implementation that creates a new instance each time based on a prototype.Classorg.apache.commons.collections4.functorsApache Commons
PushbackIteratorDecorates an iterator to support pushback of elements.Classorg.apache.commons.collections4.iteratorsApache Commons
PutThe write subset of the Map interface.Interfaceorg.apache.commons.collections4Apache Commons
QueueUtilsProvides utility methods and decorators for Queue instances.Classorg.apache.commons.collections4Apache Commons
ReferenceIdentityMapA Map implementation that allows mappings to be removed by the garbage collector and matches keys and values basedClassorg.apache.commons.collections4.mapApache Commons
ReferenceMapA Map implementation that allows mappings to be removed by the garbage collector.Classorg.apache.commons.collections4.mapApache Commons
ReplacementsFinderThis class handles sequences of replacements resulting from a comparison.Classorg.apache.commons.collections4.sequenceApache Commons
ReplacementsHandlerThis interface is devoted to handle synchronized replacement sequences.Interfaceorg.apache.commons.collections4.sequenceApache Commons
ResettableIteratorDefines an iterator that can be reset back to an initial state.Interfaceorg.apache.commons.collections4Apache Commons
ResettableListIteratorDefines a list iterator that can be reset back to an initial state.Interfaceorg.apache.commons.collections4Apache Commons
ReverseComparatorReverses the order of another comparator by reversing the arguments to its compare method.Classorg.apache.commons.collections4.comparatorsApache Commons
ReverseListIteratorIterates backwards through a List, starting with the last element and continuing to the first.Classorg.apache.commons.collections4.iteratorsApache Commons
SequencesComparatorThis class allows to compare two objects sequences.Classorg.apache.commons.collections4.sequenceApache Commons
SetUniqueListDecorates a List to ensure that no duplicates are present much The List interface makes certain assumptions/requirements.Classorg.apache.commons.collections4.listApache Commons
SetUtilsProvides utility methods and decorators for Set and SortedSet instances.Classorg.apache.commons.collections4Apache Commons
SetValuedMapDefines a map that holds a set of values against each key.Interfaceorg.apache.commons.collections4Apache Commons
SingletonIteratorSingletonIterator is an Iterator over a singleSince:2.Classorg.apache.commons.collections4.iteratorsApache Commons
SingletonListIteratorSingletonIterator is an ListIterator over a singleSince:2.Classorg.apache.commons.collections4.iteratorsApache Commons
SingletonMapA Map implementation that holds a single item and is fixed size.Classorg.apache.commons.collections4.mapApache Commons
SkippingIteratorDecorates another iterator to skip the first N elements.Classorg.apache.commons.collections4.iteratorsApache Commons
SortedBagDefines a type of Bag that maintains a sorted order among its unique representative members.Interfaceorg.apache.commons.collections4Apache Commons
SortedBidiMapDefines a map that allows bidirectional lookup between key and values and retains both keys and values in sorted order.Interfaceorg.apache.commons.collections4Apache Commons
SplitMapUtilsUtilities for working with split maps: objects that implement Put and/or Get but not Map.Classorg.apache.commons.collections4Apache Commons
StaticBucketMapA StaticBucketMap is an efficient, thread-safe implementation of java.Classorg.apache.commons.collections4.mapApache Commons
StringKeyAnalyzerAn KeyAnalyzer for Strings.Classorg.apache.commons.collections4.trie.analyzerApache Commons
StringValueTransformerTransformer implementation that returns the result of calling String.Classorg.apache.commons.collections4.functorsApache Commons
SwitchClosureClosure implementation calls the closure whose predicate returns true, like a switch statement.Classorg.apache.commons.collections4.functorsApache Commons
SwitchTransformerTransformer implementation calls the transformer whose predicate returns true, like a switch statement.Classorg.apache.commons.collections4.functorsApache Commons
SynchronizedBagDecorates another Bag to synchronize its behaviour for a multi-threaded environment.Classorg.apache.commons.collections4.bagApache Commons
SynchronizedCollectionDecorates another Collection to synchronize its behaviour for a multi-threaded environment.Classorg.apache.commons.collections4.collectionApache Commons
SynchronizedMultiSetDecorates another MultiSet to synchronize its behaviour for a multi-threaded environment.Classorg.apache.commons.collections4.multisetApache Commons
SynchronizedSortedBagDecorates another SortedBag to synchronize its behaviour for a multi-threaded environment.Classorg.apache.commons.collections4.bagApache Commons
TiedMapEntryA Map.Classorg.apache.commons.collections4.keyvalueApache Commons
TransformedBagDecorates another Bag to transform objects that are added.Classorg.apache.commons.collections4.bagApache Commons
TransformedCollectionDecorates another Collection to transform objects that are added.Classorg.apache.commons.collections4.collectionApache Commons
TransformedListDecorates another List to transform objects that are added.Classorg.apache.commons.collections4.listApache Commons
TransformedMapDecorates another Map to transform objects that are added.Classorg.apache.commons.collections4.mapApache Commons
TransformedMultiValuedMapDecorates another MultiValuedMap to transform objects that are added.Classorg.apache.commons.collections4.multimapApache Commons
TransformedNavigableSetDecorates another NavigableSet to transform objects that are added.Classorg.apache.commons.collections4.setApache Commons
TransformedPredicatePredicate implementation that transforms the given object before invokingSince:3.Classorg.apache.commons.collections4.functorsApache Commons
TransformedQueueDecorates another Queue to transform objects that are added.Classorg.apache.commons.collections4.queueApache Commons
TransformedSetDecorates another Set to transform objects that are added.Classorg.apache.commons.collections4.setApache Commons
TransformedSortedBagDecorates another SortedBag to transform objects that are added.Classorg.apache.commons.collections4.bagApache Commons
TransformedSortedMapDecorates another SortedMap to transform objects that are added.Classorg.apache.commons.collections4.mapApache Commons
TransformedSortedSetDecorates another SortedSet to transform objects that are added.Classorg.apache.commons.collections4.setApache Commons
TransformedSplitMapDecorates another Map to transform objects that are added.Classorg.apache.commons.collections4.splitmapApache Commons
TransformerDefines a functor interface implemented by classes that transform one object into another.Interfaceorg.apache.commons.collections4Apache Commons
TransformerClosureClosure implementation that calls a Transformer using the input object and ignore the result.Classorg.apache.commons.collections4.functorsApache Commons
TransformerPredicatePredicate implementation that returns the result of a transformer.Classorg.apache.commons.collections4.functorsApache Commons
TransformerUtilsTransformerUtils provides reference implementations and utilities for the Transformer functor interface.Classorg.apache.commons.collections4Apache Commons
TransformingComparatorDecorates another Comparator with transformation behavior.Classorg.apache.commons.collections4.comparatorsApache Commons
TransformIteratorDecorates an iterator such that each element returned is transformed.Classorg.apache.commons.collections4.iteratorsApache Commons
TreeBag This is the standard implementation of a sorted bag.Classorg.apache.commons.collections4.bagApache Commons
TreeBidiMapRed-Black tree-based implementation of BidiMap where all objects added implement the Comparable interface.Classorg.apache.commons.collections4.bidimapApache Commons
TreeListA List implementation that is optimised for fast insertions and removals at any index in the list.Classorg.apache.commons.collections4.listApache Commons
TrieDefines the interface for a prefix tree, an ordered tree data structure.Interfaceorg.apache.commons.collections4Apache Commons
TrieUtilsA collection of Trie utilities.Classorg.apache.commons.collections4Apache Commons
TruePredicatePredicate implementation that always returns true.Classorg.apache.commons.collections4.functorsApache Commons
UniqueFilterIteratorA FilterIterator which only returns unique Objects.Classorg.apache.commons.collections4.iteratorsApache Commons
UniquePredicatePredicate implementation that returns true the first time an object is passed into the predicate.Classorg.apache.commons.collections4.functorsApache Commons
UnmodifiableMarker interface for collections, maps and iterators that are unmodifiable.Interfaceorg.apache.commons.collections4Apache Commons
UnmodifiableBagDecorates another Bag to ensure it can't be altered.Classorg.apache.commons.collections4.bagApache Commons
UnmodifiableBidiMapDecorates another BidiMap to ensure it can't be altered.Classorg.apache.commons.collections4.bidimapApache Commons
UnmodifiableBoundedCollectionUnmodifiableBoundedCollection decorates another BoundedCollection to ensure it can't be altered.Classorg.apache.commons.collections4.collectionApache Commons
UnmodifiableCollectionDecorates another Collection to ensure it can't be altered.Classorg.apache.commons.collections4.collectionApache Commons
UnmodifiableEntrySetDecorates a map entry Set to ensure it can't be altered.Classorg.apache.commons.collections4.mapApache Commons
UnmodifiableIteratorDecorates an iterator such that it cannot be modified.Classorg.apache.commons.collections4.iteratorsApache Commons
UnmodifiableListDecorates another List to ensure it can't be altered.Classorg.apache.commons.collections4.listApache Commons
UnmodifiableListIteratorDecorates a list iterator such that it cannot be modified.Classorg.apache.commons.collections4.iteratorsApache Commons
UnmodifiableMapDecorates another Map to ensure it can't be altered.Classorg.apache.commons.collections4.mapApache Commons
UnmodifiableMapEntryA Map.Classorg.apache.commons.collections4.keyvalueApache Commons
UnmodifiableMapIteratorDecorates a map iterator such that it cannot be modified.Classorg.apache.commons.collections4.iteratorsApache Commons
UnmodifiableMultiSetDecorates another MultiSet to ensure it can't be altered.Classorg.apache.commons.collections4.multisetApache Commons
UnmodifiableMultiValuedMapDecorates another MultiValuedMap to ensure it can't be altered.Classorg.apache.commons.collections4.multimapApache Commons
UnmodifiableNavigableSetDecorates another NavigableSet to ensure it can't be altered.Classorg.apache.commons.collections4.setApache Commons
UnmodifiableOrderedBidiMapDecorates another OrderedBidiMap to ensure it can't be altered.Classorg.apache.commons.collections4.bidimapApache Commons
UnmodifiableOrderedMapDecorates another OrderedMap to ensure it can't be altered.Classorg.apache.commons.collections4.mapApache Commons
UnmodifiableOrderedMapIteratorDecorates an ordered map iterator such that it cannot be modified.Classorg.apache.commons.collections4.iteratorsApache Commons
UnmodifiableQueueDecorates another Queue to ensure it can't be altered.Classorg.apache.commons.collections4.queueApache Commons
UnmodifiableSetDecorates another Set to ensure it can't be altered.Classorg.apache.commons.collections4.setApache Commons
UnmodifiableSortedBagDecorates another SortedBag to ensure it can't be altered.Classorg.apache.commons.collections4.bagApache Commons
UnmodifiableSortedBidiMapDecorates another SortedBidiMap to ensure it can't be altered.Classorg.apache.commons.collections4.bidimapApache Commons
UnmodifiableSortedMapDecorates another SortedMap to ensure it can't be altered.Classorg.apache.commons.collections4.mapApache Commons
UnmodifiableSortedSetDecorates another SortedSet to ensure it can't be altered.Classorg.apache.commons.collections4.setApache Commons
UnmodifiableTrieAn unmodifiable Trie.Classorg.apache.commons.collections4.trieApache Commons
WhileClosureClosure implementation that executes a closure repeatedly until a condition is met, like a do-while or while loop.Classorg.apache.commons.collections4.functorsApache Commons
ZippingIteratorProvides an interleaved iteration over the elements contained in a collection of Iterators.Classorg.apache.commons.collections4.iteratorsApache Commons
AbstractUnicodeExtraFieldA common base class for Unicode extra information extra fields.Classorg.apache.commons.compress.archivers.zipApache Commons
ArArchiveEntryRepresents an archive entry in the ar format.Classorg.apache.commons.compress.archivers.arApache Commons
ArArchiveInputStreamClassorg.apache.commons.compress.archivers.arApache Commons
ArArchiveOutputStreamClassorg.apache.commons.compress.archivers.arApache Commons
ArchiveEntryRepresents an entry of an archive.Interfaceorg.apache.commons.compress.archiversApache Commons
ArchiveExceptionArchiver related ExceptionSee Also:Serialized FormClassorg.apache.commons.compress.archiversApache Commons
ArchiveInputStreamArchive input streams MUST override the InputStream.Classorg.apache.commons.compress.archiversApache Commons
ArchiveOutputStreamArchive output stream implementations are expected to override the OutputStream.Classorg.apache.commons.compress.archiversApache Commons
ArchiveStreamFactoryFactory to create Archive[In Out]putStreams from names or the first bytes of the InputStream.Classorg.apache.commons.compress.archiversApache Commons
ArchiveUtilsClassorg.apache.commons.compress.utilsApache Commons
ArjArchiveEntryAn entry in an ARJ archive.Classorg.apache.commons.compress.archivers.arjApache Commons
ArjArchiveInputStreamClassorg.apache.commons.compress.archivers.arjApache Commons
AsiExtraFieldAdds Unix file permission and UID/GID fields as well as symbolic This class uses the ASi extra field in the format:Classorg.apache.commons.compress.archivers.zipApache Commons
BitInputStreamReads bits from an InputStream.Classorg.apache.commons.compress.utilsApache Commons
BoundedInputStreamA stream that limits reading from a wrapped stream to a given number of bytes.Classorg.apache.commons.compress.utilsApache Commons
BZip2CompressorInputStreamAn input stream that decompresses from the BZip2 format to be read as any other stream.Classorg.apache.commons.compress.compressors.bzip2Apache Commons
BZip2CompressorOutputStreamAn output stream that compresses into the BZip2 format into another stream.Classorg.apache.commons.compress.compressors.bzip2Apache Commons
BZip2UtilsUtility code for the BZip2 compression format.Classorg.apache.commons.compress.compressors.bzip2Apache Commons
ChangeSetChangeSet collects and performs changes to an archive.Classorg.apache.commons.compress.changesApache Commons
ChangeSetPerformerPerforms ChangeSet operations on a stream.Classorg.apache.commons.compress.changesApache Commons
ChangeSetResultsStores the results of an performed ChangeSet operation.Classorg.apache.commons.compress.changesApache Commons
CharsetNamesCharacter encoding names required of every implementation of the Java platform.Classorg.apache.commons.compress.utilsApache Commons
CharsetsCharsets required of every implementation of the Java platform.Classorg.apache.commons.compress.utilsApache Commons
ChecksumVerifyingInputStreamA stream that verifies the checksum of the data read once the stream isSince:1.Classorg.apache.commons.compress.utilsApache Commons
CLIClassorg.apache.commons.compress.archivers.sevenzApache Commons
CompressorExceptionCompressor related exceptionSee Also:Serialized FormClassorg.apache.commons.compress.compressorsApache Commons
CompressorInputStreamClassorg.apache.commons.compress.compressorsApache Commons
CompressorOutputStreamClassorg.apache.commons.compress.compressorsApache Commons
CompressorStreamFactoryFactory to create Compressor[In Out]putStreams from names.Classorg.apache.commons.compress.compressorsApache Commons
CountingInputStreamStream that tracks the number of bytes read.Classorg.apache.commons.compress.utilsApache Commons
CountingOutputStreamStream that tracks the number of bytes read.Classorg.apache.commons.compress.utilsApache Commons
CpioArchiveEntryA cpio archive consists of a sequence of files.Classorg.apache.commons.compress.archivers.cpioApache Commons
CpioArchiveInputStreamCPIOArchiveInputStream is a stream for reading cpio streams.Classorg.apache.commons.compress.archivers.cpioApache Commons
CpioArchiveOutputStreamCPIOArchiveOutputStream is a stream for writing CPIO streams.Classorg.apache.commons.compress.archivers.cpioApache Commons
CpioConstantsAll constants needed by CPIO.Interfaceorg.apache.commons.compress.archivers.cpioApache Commons
CRC32VerifyingInputStreamA stream that verifies the CRC of the data read once the stream isSince:1.Classorg.apache.commons.compress.utilsApache Commons
DeflateCompressorInputStreamDeflate decompressor.Classorg.apache.commons.compress.compressors.deflateApache Commons
DeflateCompressorOutputStreamClassorg.apache.commons.compress.compressors.deflateApache Commons
DeflateParametersParameters for the Deflate compressor.Classorg.apache.commons.compress.compressors.deflateApache Commons
DumpArchiveConstantsVarious constants associated with dump archives.Classorg.apache.commons.compress.archivers.dumpApache Commons
DumpArchiveEntryThis class represents an entry in a Dump archive.Classorg.apache.commons.compress.archivers.dumpApache Commons
DumpArchiveExceptionDump Archive ExceptionSee Also:Serialized FormClassorg.apache.commons.compress.archivers.dumpApache Commons
DumpArchiveInputStreamThe DumpArchiveInputStream reads a UNIX dump archive as an InputStream.Classorg.apache.commons.compress.archivers.dumpApache Commons
DumpArchiveSummaryThis class represents identifying information about a Dump archive volume.Classorg.apache.commons.compress.archivers.dumpApache Commons
ExtraFieldUtilsZipExtraField related methodsThis class is not thread-safebecause the HashMap is not synch.Classorg.apache.commons.compress.archivers.zipApache Commons
FileBasedScatterGatherBackingStoreScatterGatherBackingStore that is backed by a file.Classorg.apache.commons.compress.parallelApache Commons
FileNameUtilFile name mapping code for the compression formats.Classorg.apache.commons.compress.compressorsApache Commons
FramedSnappyCompressorInputStreamCompressorInputStream for the framing Snappy format.Classorg.apache.commons.compress.compressors.snappyApache Commons
GeneralPurposeBitParser/encoder for the "general purpose bit" field in ZIP's local file and central directory headers.Classorg.apache.commons.compress.archivers.zipApache Commons
GzipCompressorInputStreamInput stream that decompresses .Classorg.apache.commons.compress.compressors.gzipApache Commons
GzipCompressorOutputStreamCompressed output stream using the gzip format.Classorg.apache.commons.compress.compressors.gzipApache Commons
GzipParametersParameters for the GZIP compressor.Classorg.apache.commons.compress.compressors.gzipApache Commons
GzipUtilsUtility code for the gzip compression format.Classorg.apache.commons.compress.compressors.gzipApache Commons
InputStreamSupplierSupplies input streams.Interfaceorg.apache.commons.compress.parallelApache Commons
InvalidFormatExceptionInvalid Format Exception.Classorg.apache.commons.compress.archivers.dumpApache Commons
IOUtilsClassorg.apache.commons.compress.utilsApache Commons
JarArchiveEntryClassorg.apache.commons.compress.archivers.jarApache Commons
JarArchiveInputStreamClassorg.apache.commons.compress.archivers.jarApache Commons
JarArchiveOutputStreamSubclass that adds a special extra field to the very first entry which allows the created archive to be used as an executable jar onClassorg.apache.commons.compress.archivers.jarApache Commons
JarMarkerIf this extra field is added as the very first extra field of the archive, Solaris will consider it an executable jar file.Classorg.apache.commons.compress.archivers.zipApache Commons
ListerSimple command line application that lists the contents of an archive.Classorg.apache.commons.compress.archiversApache Commons
LZMACompressorInputStreamClassorg.apache.commons.compress.compressors.lzmaApache Commons
LZMAUtilsUtility code for the lzma compression format.Classorg.apache.commons.compress.compressors.lzmaApache Commons
LZWInputStreamGeneric LZW implementation.Classorg.apache.commons.compress.compressors.lzwApache Commons
Pack200CompressorInputStreamAn input stream that decompresses from the Pack200 format to be read as any other stream.Classorg.apache.commons.compress.compressors.pack200Apache Commons
Pack200CompressorOutputStreamAn output stream that compresses using the Pack200 format.Classorg.apache.commons.compress.compressors.pack200Apache Commons
Pack200Strategyenum Pack200StrategyThe different modes the Pack200 streams can use to wrap input andClassorg.apache.commons.compress.compressors.pack200Apache Commons
Pack200UtilsUtility methods for Pack200.Classorg.apache.commons.compress.compressors.pack200Apache Commons
ParallelScatterZipCreatorCreates a zip in parallel by using multiple threadlocal ScatterZipOutputStream instances.Classorg.apache.commons.compress.archivers.zipApache Commons
PasswordRequiredExceptionException thrown when trying to read an encrypted entry or file without configuring a password.Classorg.apache.commons.compressApache Commons
ScatterGatherBackingStoreStore intermediate payload in a scatter-gather scenario.Interfaceorg.apache.commons.compress.parallelApache Commons
ScatterGatherBackingStoreSupplierSupplies ScatterGatherBackingStore instances.Interfaceorg.apache.commons.compress.parallelApache Commons
ScatterStatisticsProvides information about a scatter compression run.Classorg.apache.commons.compress.archivers.zipApache Commons
ScatterZipOutputStreamA zip output stream that is optimized for multi-threaded scatter/gather construction of zip files.Classorg.apache.commons.compress.archivers.zipApache Commons
SevenZArchiveEntryAn entry in a 7z archive.Classorg.apache.commons.compress.archivers.sevenzApache Commons
SevenZFileReads a 7z file, using RandomAccessFile under The 7z file format is a flexible containerClassorg.apache.commons.compress.archivers.sevenzApache Commons
SevenZMethodThe (partially) supported compression/encryption methods used in 7z archives.Classorg.apache.commons.compress.archivers.sevenzApache Commons
SevenZMethodConfigurationCombines a SevenZMethod with configuration options for the method.Classorg.apache.commons.compress.archivers.sevenzApache Commons
SevenZOutputFileClassorg.apache.commons.compress.archivers.sevenzApache Commons
ShortFileExceptionShort File Exception.Classorg.apache.commons.compress.archivers.dumpApache Commons
SnappyCompressorInputStreamCompressorInputStream for the raw Snappy format.Classorg.apache.commons.compress.compressors.snappyApache Commons
StreamCompressorEncapsulates a Deflater and crc calculator, handling multiple types of output streams.Classorg.apache.commons.compress.archivers.zipApache Commons
StreamingNotSupportedExceptionException thrown by ArchiveStreamFactory if a format is requested/detected that doesn't support streaming.Classorg.apache.commons.compress.archiversApache Commons
TarArchiveEntryThis class represents an entry in a Tar archive.Classorg.apache.commons.compress.archivers.tarApache Commons
TarArchiveInputStreamThe TarInputStream reads a UNIX tar archive as an InputStream.Classorg.apache.commons.compress.archivers.tarApache Commons
TarArchiveOutputStreamThe TarOutputStream writes a UNIX tar archive as an OutputStream.Classorg.apache.commons.compress.archivers.tarApache Commons
TarArchiveSparseEntryThis class represents a sparse entry in a Tar archive.Classorg.apache.commons.compress.archivers.tarApache Commons
TarConstantsThis interface contains all the definitions used in the package.Interfaceorg.apache.commons.compress.archivers.tarApache Commons
TarUtilsThis class provides static utility methods to work with byte streams.Classorg.apache.commons.compress.archivers.tarApache Commons
UnicodeCommentExtraFieldInfo-ZIP Unicode Comment Extra Field (0x6375): Stores the UTF-8 version of the file comment as stored in theClassorg.apache.commons.compress.archivers.zipApache Commons
UnicodePathExtraFieldInfo-ZIP Unicode Path Extra Field (0x7075): Stores the UTF-8 version of the file name field as stored in the Classorg.apache.commons.compress.archivers.zipApache Commons
UnixStatConstants from stat.Interfaceorg.apache.commons.compress.archivers.zipApache Commons
UnparseableExtraFieldDataWrapper for extra field data that doesn't conform to the recommended format of header-tag + size + data.Classorg.apache.commons.compress.archivers.zipApache Commons
UnrecognizedExtraFieldSimple placeholder for all those extra fields we don't want to deal Assumes local file data and central directory entries areClassorg.apache.commons.compress.archivers.zipApache Commons
UnrecognizedFormatExceptionUnrecognized Format Exception.Classorg.apache.commons.compress.archivers.dumpApache Commons
UnsupportedCompressionAlgorithmExceptionUnsupported compression algorithm.Classorg.apache.commons.compress.archivers.dumpApache Commons
UnsupportedZipFeatureExceptionException thrown when attempting to read or write data for a zip entry that uses ZIP features not supported by this library.Classorg.apache.commons.compress.archivers.zipApache Commons
X5455_ExtendedTimestampAn extra field that stores additional file and directory timestamp data for zip entries.Classorg.apache.commons.compress.archivers.zipApache Commons
X7875_NewUnixAn extra field that stores UNIX UID/GID data (owner & group ownership) for a given zip entry.Classorg.apache.commons.compress.archivers.zipApache Commons
XZCompressorInputStreamClassorg.apache.commons.compress.compressors.xzApache Commons
XZCompressorOutputStreamClassorg.apache.commons.compress.compressors.xzApache Commons
XZUtilsUtility code for the xz compression format.Classorg.apache.commons.compress.compressors.xzApache Commons
ZCompressorInputStreamInput stream that decompresses .Classorg.apache.commons.compress.compressors.zApache Commons
Zip64ExtendedInformationExtraFieldHolds size and other extended information for entries that use Zip64 Currently Commons Compress doesn't support encrypting theClassorg.apache.commons.compress.archivers.zipApache Commons
Zip64ModeThe different modes ZipArchiveOutputStream can operate in.Classorg.apache.commons.compress.archivers.zipApache Commons
Zip64RequiredExceptionException thrown when attempting to write data that requires Zip64 support to an archive and UseZip64 has been set to Never.Classorg.apache.commons.compress.archivers.zipApache Commons
ZipArchiveEntryExtension that adds better handling of extra fields and provides access to the internal and external file attributes.Classorg.apache.commons.compress.archivers.zipApache Commons
ZipArchiveEntryPredicateA predicate to test if a #ZipArchiveEntry matches a criteria.Interfaceorg.apache.commons.compress.archivers.zipApache Commons
ZipArchiveEntryRequestA Thread-safe representation of a ZipArchiveEntry that is used to add entries to parallel archives.Classorg.apache.commons.compress.archivers.zipApache Commons
ZipArchiveInputStream As of Apache Commons Compress it transparently supports Zip64 extensions and thus individual entries and archives larger than 4Classorg.apache.commons.compress.archivers.zipApache Commons
ZipArchiveOutputStreamReimplementation of java.Classorg.apache.commons.compress.archivers.zipApache Commons
ZipEightByteIntegerUtility class that represents an eight byte integer with conversion rules for the big endian byte order of ZIP files.Classorg.apache.commons.compress.archivers.zipApache Commons
ZipEncodingAn interface for encoders that do a pretty encoding of ZIP There are mostly two implementations, one that uses java.Interfaceorg.apache.commons.compress.archivers.zipApache Commons
ZipEncodingHelperStatic helper functions for robustly encoding filenames in zip files.Classorg.apache.commons.compress.archivers.zipApache Commons
ZipExtraFieldGeneral format of extra field data.Interfaceorg.apache.commons.compress.archivers.zipApache Commons
ZipFileReplacement for java.Classorg.apache.commons.compress.archivers.zipApache Commons
ZipLongUtility class that represents a four byte integer with conversion rules for the big endian byte order of ZIP files.Classorg.apache.commons.compress.archivers.zipApache Commons
ZipMethodList of known compression methods Many of these methods are currently not supported by commons compressClassorg.apache.commons.compress.archivers.zipApache Commons
ZipShortUtility class that represents a two byte integer with conversion rules for the big endian byte order of ZIP files.Classorg.apache.commons.compress.archivers.zipApache Commons
ZipUtilUtility class for handling DOS and Java time conversions.Classorg.apache.commons.compress.archivers.zipApache Commons
AbstractConfigurationAbstract configuration class.Classorg.apache.commons.configurationApache Commons
AbstractFileConfigurationPartial implementation of the FileConfiguration interface.Classorg.apache.commons.configurationApache Commons
AbstractHierarchicalFileConfigurationBase class for implementing file based hierarchical configurations.Classorg.apache.commons.configurationApache Commons
AppletConfigurationA configuration wrapper to read applet parameters.Classorg.apache.commons.configuration.webApache Commons
BaseConfigurationBasic configuration class.Classorg.apache.commons.configurationApache Commons
BaseConfigurationXMLReaderA specialized SAX2 XML parser that processes configuration objects.Classorg.apache.commons.configurationApache Commons
BeanDeclaration Definition of an interface for declaring a bean in a configuration file.Interfaceorg.apache.commons.configuration.beanutilsApache Commons
BeanFactory Definition of an interface for bean factories.Interfaceorg.apache.commons.configuration.beanutilsApache Commons
BeanHelper A helper class for creating bean instances that are defined in configuration This class provides static utility methods related to bean creationClassorg.apache.commons.configuration.beanutilsApache Commons
CatalogResolverThin wrapper around xml commons CatalogResolver to allow list of catalogsSince:1.Classorg.apache.commons.configuration.resolverApache Commons
CombinedConfiguration A hierarchical composite configuration class.Classorg.apache.commons.configurationApache Commons
CompositeConfigurationCompositeConfiguration allows you to add multiple Configuration objects to an aggregated configuration.Classorg.apache.commons.configurationApache Commons
ConfigurationThe main Configuration interface.Interfaceorg.apache.commons.configurationApache Commons
ConfigurationBuilder Definition of an interface for objects that can create a configuration.Interfaceorg.apache.commons.configurationApache Commons
ConfigurationComparatorComparator for configurations interface.Interfaceorg.apache.commons.configurationApache Commons
ConfigurationConverterConfiguration converter.Classorg.apache.commons.configurationApache Commons
ConfigurationDynaBeanThe ConfigurationDynaBean dynamically reads and writes configurations properties from a wrapped configuration-collectionClassorg.apache.commons.configuration.beanutilsApache Commons
ConfigurationDynaClassThe ConfigurationDynaClass dynamically determines properties for a ConfigurationDynaBean from a wrapped configuration-collectionClassorg.apache.commons.configuration.beanutilsApache Commons
ConfigurationErrorEvent An event class that is used for reporting errors that occurred while processing configuration properties.Classorg.apache.commons.configuration.eventApache Commons
ConfigurationErrorListener An event listener interface to be implemented by observers that are interested in internal errors caused by processing of configurationInterfaceorg.apache.commons.configuration.eventApache Commons
ConfigurationEvent An event class for reporting updates on a configuration object.Classorg.apache.commons.configuration.eventApache Commons
ConfigurationExceptionAny exception that occurs while initializing a ConfigurationVersion:$Id: ConfigurationException.Classorg.apache.commons.configurationApache Commons
ConfigurationFactory Factory class to create a CompositeConfiguration from a .Classorg.apache.commons.configurationApache Commons
ConfigurationInterpolator A class that handles interpolation (variable substitution) for configuration Each instance of AbstractConfiguration is associated with anClassorg.apache.commons.configuration.interpolApache Commons
ConfigurationKeyA simple class that supports creation of and iteration on complex configuration keys.Classorg.apache.commons.configurationApache Commons
ConfigurationListener A simple event listener interface for configuration observers.Interfaceorg.apache.commons.configuration.eventApache Commons
ConfigurationMapThe ConfigurationMap wraps a configuration-collectionClassorg.apache.commons.configurationApache Commons
ConfigurationNode Definition of an interface for the nodes of a hierarchical configuration.Interfaceorg.apache.commons.configuration.treeApache Commons
ConfigurationNodePointerFactory configuration nodes.Classorg.apache.commons.configuration.tree.xpathApache Commons
ConfigurationNodeVisitor Definition of a Visitor interface for a configuration node The ConfigurationNode interface defines a visit(),Interfaceorg.apache.commons.configuration.treeApache Commons
ConfigurationNodeVisitorAdapter A simple adapter class that simplifies writing custom node visitor This class provides dummy implementations for the methods defined in theClassorg.apache.commons.configuration.treeApache Commons
ConfigurationRuntimeExceptionA configuration related runtime exception.Classorg.apache.commons.configurationApache Commons
ConfigurationUtilsMiscellaneous utility methods for configurations.Classorg.apache.commons.configurationApache Commons
ConfigurationXMLReaderA base class for faked XMLReader classes that transform a configuration object in a set of SAX parsing events.Classorg.apache.commons.configurationApache Commons
ConstantLookup A specialized lookup implementation that allows access to constant fields of Sometimes it is necessary in a configuration file to refer to a constantClassorg.apache.commons.configuration.interpolApache Commons
ConversionExceptionException thrown when a property is incompatible with the type requested.Classorg.apache.commons.configurationApache Commons
DatabaseConfigurationConfiguration stored in a database.Classorg.apache.commons.configurationApache Commons
DataConfigurationDecorator providing additional getters for any Configuration.Classorg.apache.commons.configurationApache Commons
DefaultBeanFactory The default implementation of the BeanFactory interface.Classorg.apache.commons.configuration.beanutilsApache Commons
DefaultConfigurationBuilder A factory class that creates a composite configuration from an XML based configuration definition file.Classorg.apache.commons.configurationApache Commons
DefaultConfigurationKey A simple class that supports creation of and iteration on configuration keys supported by a DefaultExpressionEngine object.Classorg.apache.commons.configuration.treeApache Commons
DefaultConfigurationNode A default implementation of the ConfigurationNode interface.Classorg.apache.commons.configuration.treeApache Commons
DefaultEntityResolverThe DefaultEntityResolver used by XML Configurations.Classorg.apache.commons.configuration.resolverApache Commons
DefaultExpressionEngine A default implementation of the ExpressionEngine interface providing the native"e; expression language for hierarchicalClassorg.apache.commons.configuration.treeApache Commons
DefaultFileSystemFileSystem that uses java.Classorg.apache.commons.configurationApache Commons
DynamicCombinedConfigurationDynamicCombinedConfiguration allows a set of CombinedConfigurations to be used.Classorg.apache.commons.configurationApache Commons
EntityRegistryInterface used for registering and retrieving PUBLICID to URL mappings.Interfaceorg.apache.commons.configuration.resolverApache Commons
EntityResolverSupportInterface that identifies the class as using an EntityResolverSince:1.Interfaceorg.apache.commons.configuration.resolverApache Commons
EnvironmentConfigurationA Configuration implementation that reads the platform specific environment variables using the map returned by System.Classorg.apache.commons.configurationApache Commons
EnvironmentLookup A specialized lookup implementation that allows access to environment This implementation relies on EnvironmentConfiguration to resolveClassorg.apache.commons.configuration.interpolApache Commons
EventSource A base class for objects that can generate configuration events.Classorg.apache.commons.configuration.eventApache Commons
ExpressionEngine Definition of an interface for evaluating keys for hierarchical An expression engine knows how to map a key for a configuration'sInterfaceorg.apache.commons.configuration.treeApache Commons
ExprLookupLookup that allows expressions to be evaluated.Classorg.apache.commons.configuration.interpolApache Commons
FileChangedReloadingStrategyA reloading strategy that will reload the configuration every time its underlying file is changed.Classorg.apache.commons.configuration.reloadingApache Commons
FileConfigurationA persistent configuration loaded and saved to a file.Interfaceorg.apache.commons.configurationApache Commons
FileOptionsProviderSome FileSystems allow options to be passed on File operations.Interfaceorg.apache.commons.configurationApache Commons
FileSystemAbstract layer to allow various types of file systems.Classorg.apache.commons.configurationApache Commons
FileSystemBasedInterface used to install or locate the FileSystemSince:1.Interfaceorg.apache.commons.configurationApache Commons
HierarchicalConfigurationA specialized configuration class that extends its base class by the ability of keeping more structure in the stored properties.Classorg.apache.commons.configurationApache Commons
HierarchicalConfigurationXMLReaderA specialized SAX2 XML parser that parses hierarchical configuration objects.Classorg.apache.commons.configurationApache Commons
HierarchicalINIConfiguration A specialized hierarchical configuration implementation for parsing ini An initialization or ini file is a configuration file typically found onClassorg.apache.commons.configurationApache Commons
HierarchicalReloadableConfigurationA base class for hierarchical configurations with specific reloading This class manages a lock object which can be used for synchronization.Classorg.apache.commons.configurationApache Commons
HierarchicalXMLConfigurationA specialized hierarchical configuration class that is able to parse XML The parsed document will be stored keeping its structure.Classorg.apache.commons.configurationApache Commons
INIConfiguration An initialization or ini file is a configuration file typically found on Microsoft's Windows operating system and contains data for Windows basedClassorg.apache.commons.configurationApache Commons
InvariantReloadingStrategyA strategy that never triggers a reloading.Classorg.apache.commons.configuration.reloadingApache Commons
JNDIConfigurationThis Configuration class allows you to interface with a JNDI datasource.Classorg.apache.commons.configurationApache Commons
Lock A simple class acting as lock.Classorg.apache.commons.configurationApache Commons
ManagedReloadingStrategyA strategy to reload configuration based on management requests.Classorg.apache.commons.configuration.reloadingApache Commons
ManagedReloadingStrategyMBeanMBean definition for managing configuration reload.Interfaceorg.apache.commons.configuration.reloadingApache Commons
MapConfiguration A Map based Configuration.Classorg.apache.commons.configurationApache Commons
MergeCombiner A specialized implementation of the NodeCombiner interface that performs a merge from two passed in node hierarchies.Classorg.apache.commons.configuration.treeApache Commons
MultiFileHierarchicalConfigurationThis class provides access to multiple configuration files that reside in a location that can be specified by a pattern allowing applications to be multi-tenant.Classorg.apache.commons.configurationApache Commons
NodeAddData A simple data class used by ExpressionEngine to store the results of the prepareAdd() operation.Classorg.apache.commons.configuration.treeApache Commons
NodeCombiner A base class for node combiner implementations.Classorg.apache.commons.configuration.treeApache Commons
OverrideCombiner A concrete combiner implementation that is able to construct an override An override combination means that nodes in the first nodeClassorg.apache.commons.configuration.treeApache Commons
ParseExceptionThis exception is thrown when parse errors are encountered.Classorg.apache.commons.configuration.plistApache Commons
PatternSubtreeConfigurationWrapperWraps a HierarchicalConfiguration and allows subtrees to be access via a configured path with replaceable tokens derived from the ConfigurationInterpolator.Classorg.apache.commons.configurationApache Commons
PropertiesConfigurationThis is the classic Properties loader which loads the values from a single or multiple files (which can be chained with include =.Classorg.apache.commons.configurationApache Commons
PropertiesConfigurationLayout A helper class used by PropertiesConfiguration to keep the layout of a properties file.Classorg.apache.commons.configurationApache Commons
PropertyConverterA utility class to convert the configuration properties into any type.Classorg.apache.commons.configurationApache Commons
PropertyListConfigurationNeXT / OpenStep style configuration.Classorg.apache.commons.configuration.plistApache Commons
PropertyListParserConstantsToken literal values and constants.Interfaceorg.apache.commons.configuration.plistApache Commons
PropertyListParserTokenManagerClassorg.apache.commons.configuration.plistApache Commons
ReloadableInterface that allows other objects to synchronize on a root lock.Interfaceorg.apache.commons.configuration.reloadingApache Commons
ReloadingStrategyA strategy to decide if a configuration should be reloaded.Interfaceorg.apache.commons.configuration.reloadingApache Commons
ServletConfigurationA configuration wrapper around a ServletConfig.Classorg.apache.commons.configuration.webApache Commons
ServletContextConfigurationA configuration wrapper to read the initialization parameters of a servlet context.Classorg.apache.commons.configuration.webApache Commons
ServletFilterConfigurationA configuration wrapper around a FilterConfig.Classorg.apache.commons.configuration.webApache Commons
ServletRequestConfigurationA configuration wrapper to read the parameters of a servlet request.Classorg.apache.commons.configuration.webApache Commons
SimpleCharStreamAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).Classorg.apache.commons.configuration.plistApache Commons
StrictConfigurationComparatorStrict comparator for configurations.Classorg.apache.commons.configurationApache Commons
SubnodeConfiguration A specialized hierarchical configuration class that wraps a single node of its parent configuration.Classorg.apache.commons.configurationApache Commons
SubsetConfigurationA subset of another configuration.Classorg.apache.commons.configurationApache Commons
SystemConfigurationA configuration based on the system properties.Classorg.apache.commons.configurationApache Commons
TokenDescribes the input token stream.Classorg.apache.commons.configuration.plistApache Commons
TokenMgrErrorToken Manager Error.Classorg.apache.commons.configuration.plistApache Commons
TreeUtilsClassorg.apache.commons.configuration.treeApache Commons
UnionCombiner A specialized implementation of the NodeCombiner interface that constructs a union from two passed in node hierarchies.Classorg.apache.commons.configuration.treeApache Commons
VFSFileChangedReloadingStrategy A file-based reloading strategy that uses Commons VFS to determine when a This reloading strategy is very similar toClassorg.apache.commons.configuration.reloadingApache Commons
VFSFileSystemFileSystem that uses Commons VFSSince:1.Classorg.apache.commons.configurationApache Commons
ViewNode A specialized node implementation to be used in view configurations.Classorg.apache.commons.configuration.treeApache Commons
XMLBeanDeclaration An implementation of the BeanDeclaration interface that is suitable for XML configuration files.Classorg.apache.commons.configuration.beanutilsApache Commons
XMLConfigurationA specialized hierarchical configuration class that is able to parse XML The parsed document will be stored keeping its structure.Classorg.apache.commons.configurationApache Commons
XMLPropertiesConfigurationThis configuration implements the XML properties format introduced in Java 5.Classorg.apache.commons.configurationApache Commons
XMLPropertyListConfigurationProperty list file (plist) in XML FORMAT as used by Mac OS X (http://www.Classorg.apache.commons.configuration.plistApache Commons
XPathExpressionEngine A specialized implementation of the ExpressionEngine interface that is able to evaluate XPATH expressions.Classorg.apache.commons.configuration.tree.xpathApache Commons
CSVFormatSpecifies the format of a CSV file and parses input.Classorg.apache.commons.csvApache Commons
CSVParserParses CSV files according to the specified format.Classorg.apache.commons.csvApache Commons
CSVPrinterPrints values in a CSV format.Classorg.apache.commons.csvApache Commons
CSVRecordA CSV record parsed from a CSV file.Classorg.apache.commons.csvApache Commons
QuoteModeDefines quote behavior when printing.Classorg.apache.commons.csvApache Commons
DaemonProvides support for native daemon invocation.Interfaceorg.apache.commons.daemonApache Commons
DaemonConfigurationUsed by jsvc for Daemon configuration.Classorg.apache.commons.daemon.supportApache Commons
DaemonContextDefines a set of methods that a Daemon instance can use to communicate with the Daemon container.Interfaceorg.apache.commons.daemonApache Commons
DaemonControllerDefines methods needed by the DaemonLoader.Interfaceorg.apache.commons.daemonApache Commons
DaemonInitExceptionThrow this during init if you can't initialise yourself for some expected reason.Classorg.apache.commons.daemonApache Commons
DaemonLoaderUsed by jsvc for Daemon management.Classorg.apache.commons.daemon.supportApache Commons
DaemonPermissionRepresents the permissions to control and query the status of a Daemon.Classorg.apache.commons.daemonApache Commons
DaemonUserSignalTags a Daemon as supporting some kind of signaling method that allows the java application toInterfaceorg.apache.commons.daemonApache Commons
DaemonWrapper standard applications as daemons.Classorg.apache.commons.daemon.supportApache Commons
AbandonedTraceTracks db connection usage for recovering and reporting abandoned db connections.Classorg.apache.commons.dbcp2Apache Commons
BasicDataSourceBasic implementation of javax.Classorg.apache.commons.dbcp2Apache Commons
BasicDataSourceFactoryJNDI object factory that creates an instance of BasicDataSource that has been configured based on theClassorg.apache.commons.dbcp2Apache Commons
BasicDataSourceMXBeanDefines the methods that will be made available via JMX.Interfaceorg.apache.commons.dbcp2Apache Commons
BasicManagedDataSourceBasicManagedDataSource is an extension of BasicDataSource which creates ManagedConnections.Classorg.apache.commons.dbcp2.managedApache Commons
ConnectionFactoryAbstract factory interface for creating Connections.Interfaceorg.apache.commons.dbcp2Apache Commons
ConstantsConstants for use with JMXSince:2.Classorg.apache.commons.dbcp2Apache Commons
DataSourceConnectionFactoryA DataSource-based implementation of ConnectionFactory.Classorg.apache.commons.dbcp2Apache Commons
DataSourceXAConnectionFactoryAn implementation of XAConnectionFactory which uses a real XADataSource to obtain connections and XAResources.Classorg.apache.commons.dbcp2.managedApache Commons
DelegatingCallableStatementA base delegating implementation of CallableStatement.Classorg.apache.commons.dbcp2Apache Commons
DelegatingConnectionA base delegating implementation of Connection.Classorg.apache.commons.dbcp2Apache Commons
DelegatingDatabaseMetaDataA base delegating implementation of DatabaseMetaData.Classorg.apache.commons.dbcp2Apache Commons
DelegatingPreparedStatementA base delegating implementation of PreparedStatement.Classorg.apache.commons.dbcp2Apache Commons
DelegatingResultSetA base delegating implementation of ResultSet.Classorg.apache.commons.dbcp2Apache Commons
DelegatingStatementA base delegating implementation of Statement.Classorg.apache.commons.dbcp2Apache Commons
DriverAdapterCPDS An adapter for jdbc drivers that do not include an implementation of ConnectionPoolDataSource, but still include aClassorg.apache.commons.dbcp2.cpdsadapterApache Commons
DriverConnectionFactoryA Driver-based implementation of ConnectionFactory.Classorg.apache.commons.dbcp2Apache Commons
DriverManagerConnectionFactoryA DriverManager-based implementation of ConnectionFactory.Classorg.apache.commons.dbcp2Apache Commons
InstanceKeyDataSourceThe base class for SharedPoolDataSource and PerUserPoolDataSource.Classorg.apache.commons.dbcp2.datasourcesApache Commons
LocalXAConnectionFactoryAn implementation of XAConnectionFactory which manages non-XA connections in XA transactions.Classorg.apache.commons.dbcp2.managedApache Commons
ManagedConnectionManagedConnection is responsible for managing a database connection in a transactional environment (typically called Container Managed).Classorg.apache.commons.dbcp2.managedApache Commons
ManagedDataSourceThe ManagedDataSource is a PoolingDataSource that creates ManagedConnections.Classorg.apache.commons.dbcp2.managedApache Commons
PerUserPoolDataSourceA pooling DataSource appropriate for deployment within J2EE environment.Classorg.apache.commons.dbcp2.datasourcesApache Commons
PerUserPoolDataSourceFactoryA JNDI ObjectFactory which creates SharedPoolDataSourcesSince:2.Classorg.apache.commons.dbcp2.datasourcesApache Commons
PoolableCallableStatementA DelegatingCallableStatement that cooperates with PoolingConnection to implement a pool of CallableStatements.Classorg.apache.commons.dbcp2Apache Commons
PoolableConnectionA delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool whenClassorg.apache.commons.dbcp2Apache Commons
PoolableConnectionFactoryA PooledObjectFactory that creates PoolableConnections.Classorg.apache.commons.dbcp2Apache Commons
PoolableConnectionMXBeanDefines the attributes and methods that will be exposed via JMX for PoolableConnection instances.Interfaceorg.apache.commons.dbcp2Apache Commons
PoolableManagedConnectionPoolableConnection that unregisters from TransactionRegistry on Connection real destroy.Classorg.apache.commons.dbcp2.managedApache Commons
PoolableManagedConnectionFactoryA PoolableConnectionFactory that creates PoolableManagedConnections.Classorg.apache.commons.dbcp2.managedApache Commons
PoolablePreparedStatementA DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of PreparedStatements.Classorg.apache.commons.dbcp2Apache Commons
PoolingConnectionA DelegatingConnection that pools PreparedStatements.Classorg.apache.commons.dbcp2Apache Commons
PoolingDataSourceA simple DataSource implementation that obtains Connections from the specified ObjectPool.Classorg.apache.commons.dbcp2Apache Commons
PoolingDriverA Driver implementation that obtains Connections from a registeredClassorg.apache.commons.dbcp2Apache Commons
PStmtKeyA key uniquely identifying PreparedStatements.Classorg.apache.commons.dbcp2Apache Commons
PStmtKeyCPDSA key uniquely identifying a PreparedStatement.Classorg.apache.commons.dbcp2.cpdsadapterApache Commons
SharedPoolDataSourceA pooling DataSource appropriate for deployment within J2EE environment.Classorg.apache.commons.dbcp2.datasourcesApache Commons
SharedPoolDataSourceFactoryA JNDI ObjectFactory which creates SharedPoolDataSourcesSince:2.Classorg.apache.commons.dbcp2.datasourcesApache Commons
SwallowedExceptionLoggerClass for logging swallowed exceptions.Classorg.apache.commons.dbcp2Apache Commons
TransactionContextTransactionContext represents the association between a single XAConnectionFactory and a Transaction.Classorg.apache.commons.dbcp2.managedApache Commons
TransactionContextListenerA listener for transaction completion events.Interfaceorg.apache.commons.dbcp2.managedApache Commons
TransactionRegistryTransactionRegistry tracks Connections and XAResources in a transacted environment for a single XAConnectionFactory.Classorg.apache.commons.dbcp2.managedApache Commons
UtilsClassorg.apache.commons.dbcp2Apache Commons
XAConnectionFactoryXAConnectionFactory is an extension of ConnectionFactory used to create connections in a transaction managed environment.Interfaceorg.apache.commons.dbcp2.managedApache Commons
AbstractKeyedHandler ResultSetHandler implementation that returns a Map.Classorg.apache.commons.dbutils.handlersApache Commons
AbstractListHandlerAbstract class that simplify development of ResultSetHandler classes that convert ResultSet into List.Classorg.apache.commons.dbutils.handlersApache Commons
AbstractQueryRunnerThe base class for QueryRunner & AsyncQueryRunner.Classorg.apache.commons.dbutilsApache Commons
ArrayHandlerResultSetHandler implementation that converts a ResultSet into an Object[].Classorg.apache.commons.dbutils.handlersApache Commons
ArrayListHandlerResultSetHandler implementation that converts the ResultSet into a List of Object[]s.Classorg.apache.commons.dbutils.handlersApache Commons
AsyncQueryRunnerExecutes SQL queries with pluggable strategies for handling ResultSets.Classorg.apache.commons.dbutilsApache Commons
BaseResultSetHandlerExtensions of this class convert ResultSets into other objects.Classorg.apache.commons.dbutilsApache Commons
BasicRowProcessorBasic implementation of the RowProcessor interface.Classorg.apache.commons.dbutilsApache Commons
BeanHandlerResultSetHandler implementation that converts the first ResultSet row into a JavaBean.Classorg.apache.commons.dbutils.handlersApache Commons
BeanListHandlerResultSetHandler implementation that converts a ResultSet into a List of beans.Classorg.apache.commons.dbutils.handlersApache Commons
BeanMapHandler ResultSetHandler implementation that returns a Map of Beans.Classorg.apache.commons.dbutils.handlersApache Commons
BeanProcessor BeanProcessor matches column names to bean property names and converts ResultSet columns into objects for those beanClassorg.apache.commons.dbutilsApache Commons
ColumnListHandlerResultSetHandler implementation that converts one ResultSet column into a List ofClassorg.apache.commons.dbutils.handlersApache Commons
DbUtilsA collection of JDBC helper methods.Classorg.apache.commons.dbutilsApache Commons
GenerousBeanProcessorProvides generous name matching (e.Classorg.apache.commons.dbutilsApache Commons
KeyedHandler ResultSetHandler implementation that returns a Map of Maps.Classorg.apache.commons.dbutils.handlersApache Commons
MapHandlerResultSetHandler implementation that converts the first ResultSet row into a Map.Classorg.apache.commons.dbutils.handlersApache Commons
MapListHandlerResultSetHandler implementation that converts a ResultSet into a List of Maps.Classorg.apache.commons.dbutils.handlersApache Commons
ProxyFactoryCreates proxy implementations of JDBC interfaces.Classorg.apache.commons.dbutilsApache Commons
QueryLoaderQueryLoader is a registry for sets of queries so that multiple copies of the same queries aren't loaded into memory.Classorg.apache.commons.dbutilsApache Commons
QueryRunnerExecutes SQL queries with pluggable strategies for handling ResultSets.Classorg.apache.commons.dbutilsApache Commons
ResultSetHandlerInterfaceorg.apache.commons.dbutilsApache Commons
ResultSetIterator Wraps a ResultSet in an Iterator.Classorg.apache.commons.dbutilsApache Commons
RowProcessorRowProcessor implementations convert ResultSet rows into various other objects.Interfaceorg.apache.commons.dbutilsApache Commons
ScalarHandlerResultSetHandler implementation that converts one ResultSet column into an Object.Classorg.apache.commons.dbutils.handlersApache Commons
SqlNullCheckedResultSetDecorates a ResultSet with checks for a SQL NULL value on each getXXX method.Classorg.apache.commons.dbutils.wrappersApache Commons
StringTrimmedResultSetWraps a ResultSet to trim strings returned by the getString() and getObject() methods.Classorg.apache.commons.dbutils.wrappersApache Commons
AbstractMethodRuleAbstract implementation for SetNextRule, SetRootRule and SetTopRule rules.Classorg.apache.commons.digester3Apache Commons
AbstractNamespaceURIBasedRulesModuleA support class for RulesModule which reduces repetition and results in a more readable configuration, that sets rules binding for a defined namespace URI (it can be overridden while binding).Classorg.apache.commons.digester3.binderApache Commons
AbstractObjectCreationFactoryAbstract base class for ObjectCreationFactory implementations.Classorg.apache.commons.digester3Apache Commons
AbstractParamTypeBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
AbstractRulesImpl AbstractRuleImpl provides basic services for Rules implementations.Classorg.apache.commons.digester3Apache Commons
AbstractRulesModuleA support class for RulesModule which reduces repetition and results in a more readable configuration.Classorg.apache.commons.digester3.binderApache Commons
AddAliasBuilderClassorg.apache.commons.digester3.binderApache Commons
AddressClassorg.apache.commons.digester3.examples.api.addressbookApache Commons
AddressClassorg.apache.commons.digester3.examples.xmlrules.addressbookApache Commons
AddressBookClassorg.apache.commons.digester3.examples.api.addressbookApache Commons
AddressBookClassorg.apache.commons.digester3.examples.xmlrules.addressbookApache Commons
AnnotationHandlerIntercepts a Class visit performed by the DigesterLoader.Interfaceorg.apache.commons.digester3.annotationsApache Commons
AnnotationHandlerFactoryAn object capable of providing instances of AnnotationHandler.Interfaceorg.apache.commons.digester3.annotationsApache Commons
AnnotationUtilsSimple utility class to introspect annotations.Classorg.apache.commons.digester3.annotations.utilsApache Commons
AtomRulesModuleClassorg.apache.commons.digester3.edsl.atomApache Commons
AudioVisualClassorg.apache.commons.digester3.examples.api.catalogApache Commons
BeanPropertySetterFields annotated with BeanPropertySetter will be bound with BeanPropertySetterRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
BeanPropertySetterBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
BeanPropertySetterHandlerBeanPropertySetter handler.Classorg.apache.commons.digester3.annotations.handlersApache Commons
BeanPropertySetterRule Rule implements sets a bean property on the top object to the body text.Classorg.apache.commons.digester3Apache Commons
BookClassorg.apache.commons.digester3.examples.api.catalogApache Commons
BookFactoryThe Book class doesn't have a no-argument constructor, so the standard digester ObjectCreateRule can't be used to create instancesClassorg.apache.commons.digester3.examples.api.catalogApache Commons
ByRuleBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
ByRuleProviderBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
CallMethodMethods annotated with CallMethod will be bound with CallMethodRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
CallMethodBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
CallMethodHandlerClassorg.apache.commons.digester3.annotations.handlersApache Commons
CallMethodRule Rule implementation that calls a method on an object on the stack (normally the top/parent object), passing arguments collected from subsequent CallParamRule rules or from the body of this element.Classorg.apache.commons.digester3Apache Commons
CallParamMethods arguments annotated with CallParam will be bound with CallParamRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
CallParamBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
CallParamHandlerClassorg.apache.commons.digester3.annotations.handlersApache Commons
CallParamRule Rule implementation that saves a parameter for use by a surrounding CallMethodRule.Classorg.apache.commons.digester3Apache Commons
CaseTransformAn implementation of the Transform interface which converts all input text to either upper or lower case.Classorg.apache.commons.digester3.examples.plugins.pipelineApache Commons
CatalogClassorg.apache.commons.digester3.examples.api.catalogApache Commons
Channel Rich Site Summary DTD, version 0.Classorg.apache.commons.digester3.rssApache Commons
CompoundSubstitutorThis Substitutor chains two Substitutors a and b.Classorg.apache.commons.digester3.substitutionApache Commons
CompoundTransformAn implementation of the Transform interface which is configured with a sequence of subtransforms, and applies them one by one to the inputClassorg.apache.commons.digester3.examples.plugins.pipelineApache Commons
DeclarationRepresents a Class that can be instantiated by a PluginCreateRule, plus info on how to load custom digester rules for mapping xml into that plugged-in class.Classorg.apache.commons.digester3.pluginsApache Commons
Digester A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing.Classorg.apache.commons.digester3Apache Commons
DigesterLoaderThis class manages the creation of Digester instances from digester rules modules.Classorg.apache.commons.digester3.binderApache Commons
DigesterLoadingExceptionThrown when errors occur while creating a Digester.Classorg.apache.commons.digester3.binderApache Commons
DigesterRuleMeta-annotation that marks an annotation as part of commons-digester.Classorg.apache.commons.digester3.annotationsApache Commons
EntryClassorg.apache.commons.digester3.annotations.atomApache Commons
EntryClassorg.apache.commons.digester3.edsl.atomApache Commons
ExtendedBaseRules Extension of RulesBase for complex schema.Classorg.apache.commons.digester3Apache Commons
FactoryCreateClasses annotated with FactoryCreate will be bound with FactoryCreateRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
FactoryCreateBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
FactoryCreateHandlerFactoryCreate handler.Classorg.apache.commons.digester3.annotations.handlersApache Commons
FactoryCreateRule Rule implementation that uses an ObjectCreationFactory to create a new object which it pushes onto the object stack.Classorg.apache.commons.digester3Apache Commons
FeedClassorg.apache.commons.digester3.annotations.atomApache Commons
FeedClassorg.apache.commons.digester3.edsl.atomApache Commons
FinderFromClassA rule-finding algorithm which expects the caller to specify a classname and methodname as plugin properties.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromDfltClassClassorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromDfltMethodA rule-finding algorithm which looks for a method with a specific name on the plugin class.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromDfltResourceA rule-finding algorithm which looks for a resource file in the classpath whose name is derived from the plugin class name plus a specified suffix.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromFileA rule-finding algorithm which expects the user to specify an absolute or relative path in the plugin declaration.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromMethodA rule-finding algorithm which expects the caller to specify a methodname as a plugin property, where the method exists on the plugin class.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromResourceA rule-finding algorithm which expects the user to specify a resource name (ie a file in the classpath).Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderSetPropertiesA rule-finding algorithm which expects the user to specify whether automatic property setting is desired.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FromAnnotationsRuleModuleClassorg.apache.commons.digester3.annotationsApache Commons
FromXmlRulesModuleClassorg.apache.commons.digester3.xmlrulesApache Commons
Image Rich Site Summary DTD, version 0.Classorg.apache.commons.digester3.rssApache Commons
InitializableRuleDefines an interface that a Rule class can implement if it wishes to get an initialisation callback after the rule has been added to the set of Rules within a PluginRules instance.Interfaceorg.apache.commons.digester3.pluginsApache Commons
Item Rich Site Summary DTD, version 0.Classorg.apache.commons.digester3.rssApache Commons
LinkedRuleBuilderBuilder invoked to bind one or more rules to a pattern.Classorg.apache.commons.digester3.binderApache Commons
LoaderFromClassA RuleLoader which invokes a static method on a target class, leaving that method to actually instantiate and add new rules to a Digester instance.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
LoaderFromStreamA rule-finding algorithm which loads an xmlplugins-format file.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
LoaderSetPropertiesA RuleLoader which creates a single SetPropertiesRule and adds it to the digester when its addRules() method is This loader ensures that any xml attributes on the plugin tag get mapped to equivalent properties on a javabean.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
MainClassorg.apache.commons.digester3.annotations.atomApache Commons
MainClassorg.apache.commons.digester3.edsl.atomApache Commons
MainA simple program to demonstrate the basic functionality of the Commons Digester module.Classorg.apache.commons.digester3.examples.api.addressbookApache Commons
MainA simple program to demonstrate some of the functionality of the Commons Digester module.Classorg.apache.commons.digester3.examples.api.catalogApache Commons
MainA simple program to demonstrate that the Commons Digester module can be used to trigger actions as the xml is parsed, rather than just buildClassorg.apache.commons.digester3.examples.api.dbinsertApache Commons
MainA simple test harness which demonstrates how the MarkupDigester class (plus the supporting interface/rule classes) can process document-markupClassorg.apache.commons.digester3.examples.api.documentmarkupApache Commons
MainA simple program to demonstrate the basic functionality of the Commons Digester module with the xmlrules extension.Classorg.apache.commons.digester3.examples.xmlrules.addressbookApache Commons
MarkupDigesterThis is a subclass of digester which supports rules which implement the TextSegmentHandler interface, causing the textSegment methodClassorg.apache.commons.digester3.examples.api.documentmarkupApache Commons
MethodArgumentClass to supply the missing Java AnnotatedElement for method arguments.Classorg.apache.commons.digester3.annotations.reflectApache Commons
MultiVariableExpander Expands variable references from multiple sources.Classorg.apache.commons.digester3.substitutionApache Commons
NestedPropertiesBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
NodeCreateRuleA rule implementation that creates a DOM Node containing the XML at the element that matched the rule.Classorg.apache.commons.digester3Apache Commons
NodeCreateRuleProviderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
ObjectCreateClasses annotated with ObjectCreate will be bound with ObjectCreateRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
ObjectCreateBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
ObjectCreateHandlerObjectCreateHandler handler.Classorg.apache.commons.digester3.annotations.handlersApache Commons
ObjectCreateRuleRule implementation that creates a new object and pushes it onto the object stack.Classorg.apache.commons.digester3Apache Commons
ObjectCreationFactory Interface for use with FactoryCreateRule.Interfaceorg.apache.commons.digester3Apache Commons
ObjectParamBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
ObjectParamRule Rule implementation that saves a parameter for use by a surrounding CallMethodRule.Classorg.apache.commons.digester3Apache Commons
PathCallParamMethods arguments annotated with PathCallParam will be bound with PathCallParamRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
PathCallParamBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
PathCallParamHandlerPathCallParam handler.Classorg.apache.commons.digester3.annotations.handlersApache Commons
PathCallParamRule Rule implementation that saves a parameter containing the Digester matching path for use by a surrounding CallMethodRule.Classorg.apache.commons.digester3Apache Commons
PersonClassorg.apache.commons.digester3.examples.api.addressbookApache Commons
PersonClassorg.apache.commons.digester3.examples.xmlrules.addressbookApache Commons
PipelineThis is the main class for this example.Classorg.apache.commons.digester3.examples.plugins.pipelineApache Commons
PluginAssertionFailureThrown when a bug is detected in the plugins code.Classorg.apache.commons.digester3.pluginsApache Commons
PluginConfigurationExceptionThrown when an error occurs due to the way the calling application uses the plugins module.Classorg.apache.commons.digester3.pluginsApache Commons
PluginContextProvides data and services which should exist only once per digester.Classorg.apache.commons.digester3.pluginsApache Commons
PluginCreateRuleAllows the original rules for parsing the configuration file to define points at which plugins are allowed, by configuring a PluginCreateRule with the appropriate pattern.Classorg.apache.commons.digester3.pluginsApache Commons
PluginCreateRuleBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
PluginDeclarationRuleA Digester rule which allows the user to pre-declare a class which is to be referenced later at a plugin point by a Normally, a PluginDeclarationRule is added to a Digester instance with the pattern {root}/plugin or * /pluginClassorg.apache.commons.digester3.pluginsApache Commons
PluginDeclarationRuleBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
PluginExceptionThrown when some plugin-related error has occurred, and none of the other exception types are appropriate.Classorg.apache.commons.digester3.pluginsApache Commons
PluginInvalidInputExceptionThrown when an error occurs due to bad data in the file being parsed.Classorg.apache.commons.digester3.pluginsApache Commons
PluginManagerCoordinates between PluginDeclarationRule and PluginCreateRule objects, providing a place to share data between instances of these rules.Classorg.apache.commons.digester3.pluginsApache Commons
PluginRulesA custom digester Rules manager which must be used as the Rules object when using the plugins module functionality.Classorg.apache.commons.digester3.pluginsApache Commons
RegexMatcherRegular expression matching strategy for RegexRules.Classorg.apache.commons.digester3Apache Commons
RegexRules Rules implementation that uses regular expression matching for paths.Classorg.apache.commons.digester3Apache Commons
RowClassorg.apache.commons.digester3.examples.api.dbinsertApache Commons
RowInserterRuleClassorg.apache.commons.digester3.examples.api.dbinsertApache Commons
RSSDigester designed to process input streams that conform to the Rich Site Summary DTD, version 0.Classorg.apache.commons.digester3.rssApache Commons
RuleConcrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched.Classorg.apache.commons.digester3Apache Commons
RuleFinderEach concrete implementation of RuleFinder is an algorithm for locating a source of digester rules for a plugin.Classorg.apache.commons.digester3.pluginsApache Commons
RuleLoaderInterface for classes which can dynamically load custom plugin rules associated with a user's plugin class.Classorg.apache.commons.digester3.pluginsApache Commons
RuleMatcherInterfaceorg.apache.commons.digester3Apache Commons
RuleProviderAn object capable of providing instances of Rule.Interfaceorg.apache.commons.digester3.binderApache Commons
RulesPublic interface defining a collection of Rule instances (and corresponding matching patterns) plus an implementation of a matching policy that selects the rules that match a particular pattern of nested elements discovered duringInterfaceorg.apache.commons.digester3Apache Commons
RulesBase Default implementation of the Rules interface that supports the standard rule matching behavior.Classorg.apache.commons.digester3Apache Commons
RulesBinderInterfaceorg.apache.commons.digester3.binderApache Commons
RuleSet Public interface defining a shorthand means of configuring a complete set of related Rule definitions, possibly associated with a particular namespace URI, in one operation.Interfaceorg.apache.commons.digester3Apache Commons
RuleSetBase Convenience base class that implements the RuleSet interface.Classorg.apache.commons.digester3Apache Commons
RulesFactoryWhenever the scope of a plugin tag is entered, the PluginRules class creates a new Rules instance and configures it with the appropriate parsing rules for the plugged-in class.Classorg.apache.commons.digester3.pluginsApache Commons
RulesModuleA module is the Digester rule bindings provider.Interfaceorg.apache.commons.digester3.binderApache Commons
SetNestedPropertiesRule Rule implementation that sets properties on the object at the top of the stack, based on child elements with names matching properties on that object.Classorg.apache.commons.digester3Apache Commons
SetNextMethods annotated with SetNext will be bound with SetNextRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
SetNextBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
SetNextHandlerClassorg.apache.commons.digester3.annotations.handlersApache Commons
SetNextRule Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.Classorg.apache.commons.digester3Apache Commons
SetPropertiesBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
SetPropertiesHandlerSetProperty handler.Classorg.apache.commons.digester3.annotations.handlersApache Commons
SetPropertiesRule Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names.Classorg.apache.commons.digester3Apache Commons
SetPropertyFields annotated with SetProperty will be bound with SetPropertiesRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
SetPropertyBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
SetPropertyRuleClassorg.apache.commons.digester3Apache Commons
SetRootMethods annotated with SetRoot will be bound with SetRootRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
SetRootBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
SetRootHandlerClassorg.apache.commons.digester3.annotations.handlersApache Commons
SetRootRule Rule implementation that calls a method on the root object on the stack, passing the top object (child) as an argument.Classorg.apache.commons.digester3Apache Commons
SetTextSegmentRuleWhen a text segment is discovered, it calls a specific method on the top object on the stack.Classorg.apache.commons.digester3.examples.api.documentmarkupApache Commons
SetTopMethods annotated with SetTop will be bound with SetTopRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
SetTopBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
SetTopHandlerClassorg.apache.commons.digester3.annotations.handlersApache Commons
SetTopRule Rule implementation that calls a set parent method on the top (child) object, passing the (top-1) (parent) object This rule now supports more flexible method matching by default.Classorg.apache.commons.digester3Apache Commons
SimpleRegexMatcher Simple regex pattern matching algorithm.Classorg.apache.commons.digester3Apache Commons
StackActionAn interface that can be implemented in order to get notifications of objects being pushed onto a digester stack or Because objects are pushed onto the main object stack when a rule has created a new object, this gives the ability toInterfaceorg.apache.commons.digester3Apache Commons
SubstituteTransformAn implementation of the Transform interface which replaces all occurrences of a specified string with a different string.Classorg.apache.commons.digester3.examples.plugins.pipelineApache Commons
Substitutor (Logical) Interface for substitution strategies.Classorg.apache.commons.digester3Apache Commons
TableClassorg.apache.commons.digester3.examples.api.dbinsertApache Commons
TextInput Rich Site Summary DTD, version 0.Classorg.apache.commons.digester3.rssApache Commons
TextSegmentHandlerInterfaceorg.apache.commons.digester3.examples.api.documentmarkupApache Commons
TransformAn interface that any user class must implement if it wishes to be plugged in at the transform tag of a pipeline configuration file.Interfaceorg.apache.commons.digester3.examples.plugins.pipelineApache Commons
VariableAttributesWrapper for an Attributes object which expands any variables referenced in the attribute value via ${foo} or similar.Classorg.apache.commons.digester3.substitutionApache Commons
VariableExpander An Interface describing a class capable of expanding strings which may contain variable references.Interfaceorg.apache.commons.digester3.substitutionApache Commons
VariableSubstitutorSubstitutor implementation that support variable replacement for both attributes and body text.Classorg.apache.commons.digester3.substitutionApache Commons
WithDefaultsRulesWrapper Rules Decorator that returns default rules when no matches are returned by the wrapped This allows default Rule instances to be added to any existing Rules implementation.Classorg.apache.commons.digester3Apache Commons
ClassLoadersThere are many different contexts in which loaders can be used.Classorg.apache.commons.discovery.resourceApache Commons
ClassUtilsVarious utilities to interact with Class types.Classorg.apache.commons.discovery.toolsApache Commons
DefaultClassHolderHolder for a default class.Classorg.apache.commons.discovery.toolsApache Commons
DiscoverClassDiscover class that implements a given service interface, with discovery and configuration features similar to that employedClassorg.apache.commons.discovery.toolsApache Commons
DiscoverClassesThe findResources() method will check every loader.Classorg.apache.commons.discovery.resource.classesApache Commons
DiscoverMappedNamesRecover resource name from Managed Properties, using OLD property names.Classorg.apache.commons.discovery.resource.namesApache Commons
DiscoverNamesInAlternateManagedPropertiesRecover resource name from Managed Properties, using OLD property names.Classorg.apache.commons.discovery.resource.namesApache Commons
DiscoverNamesInDictionaryRecover resources from a Dictionary.Classorg.apache.commons.discovery.resource.namesApache Commons
DiscoverNamesInFileDiscover ALL files of a given name, and return resource names contained within the set of files:Classorg.apache.commons.discovery.resource.namesApache Commons
DiscoverNamesInManagedPropertiesRecover resource name from Managed Properties.Classorg.apache.commons.discovery.resource.namesApache Commons
DiscoverNamesInSystemPropertiesRecover resource name from System Properties.Classorg.apache.commons.discovery.resource.namesApache Commons
DiscoverResourcesClassorg.apache.commons.discovery.resourceApache Commons
DiscoverServiceNamesProvide JDK 1.Classorg.apache.commons.discovery.resource.namesApache Commons
DiscoverSingletonDiscover singleton service providers.Classorg.apache.commons.discovery.toolsApache Commons
DiscoveryExceptionAn exception that is thrown only if a suitable service instance cannot be created by ServiceFactory.Classorg.apache.commons.discoveryApache Commons
DiscoveryLogFactorySimple implementation of Log that sends all enabled log messages, for all defined loggers, to System.Classorg.apache.commons.discovery.logApache Commons
EnvironmentCacheCache by a 'key' unique to the environment: - ClassLoader::groupContext::Object CacheClassorg.apache.commons.discovery.toolsApache Commons
JDK11HooksJDK 1.Classorg.apache.commons.discovery.jdkApache Commons
JDK12HooksJDK 1.Classorg.apache.commons.discovery.jdkApache Commons
JDKHooksJDK Hooks to extract properties/resources.Classorg.apache.commons.discovery.jdkApache Commons
ManagedPropertiesThis class may disappear in the future, or be moved to another project.Classorg.apache.commons.discovery.toolsApache Commons
NameDiscoverersHolder for multiple ResourceNameDiscover instances.Classorg.apache.commons.discovery.resource.namesApache Commons
PropertiesHolderHolder for a default class.Classorg.apache.commons.discovery.toolsApache Commons
Resource'Resource' located by discovery.Classorg.apache.commons.discoveryApache Commons
ResourceClass'Resource' located by discovery.Classorg.apache.commons.discoveryApache Commons
ResourceClassDiscoverInterfaceorg.apache.commons.discoveryApache Commons
ResourceClassDiscoverImplDefault ResourceClassDiscover implementation.Classorg.apache.commons.discovery.resource.classesApache Commons
ResourceClassIteratorIterator over discovered SPI type.Classorg.apache.commons.discoveryApache Commons
ResourceDiscoverInterface representing a mapping from a set of source resource namesInterfaceorg.apache.commons.discoveryApache Commons
ResourceDiscoverImplHelper class for methods implementing the ResourceDiscover interface.Classorg.apache.commons.discovery.resourceApache Commons
ResourceIteratorIterator over discovered Resource.Classorg.apache.commons.discoveryApache Commons
ResourceNameDiscoverInterface representing a mapping from a set of source resource namesInterfaceorg.apache.commons.discoveryApache Commons
ResourceNameDiscoverImplHelper class for methods implementing the ResourceNameDiscover interface.Classorg.apache.commons.discovery.resource.namesApache Commons
ResourceNameIteratorIterate over resource names.Interfaceorg.apache.commons.discoveryApache Commons
ResourceUtilsMechanisms to locate and load a class.Classorg.apache.commons.discovery.toolsApache Commons
Service[this was ServiceDiscovery12.Classorg.apache.commons.discovery.toolsApache Commons
ServiceDiscoveryTaskSmall ant task that will use discovery to locate a particular impl.Classorg.apache.commons.discovery.antApache Commons
SimpleLogSimple implementation of Log that sends all enabled log messages, for all defined loggers, to System.Classorg.apache.commons.discovery.logApache Commons
SPInterfaceRepresents a Service Programming Interface (spi).Classorg.apache.commons.discovery.toolsApache Commons
AndOperatorThe implementation of the and operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
ArithmeticOperatorThis is the superclass for all binary arithmetic operatorsVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
ArraySuffixRepresents an operator that obtains a Map entry, an indexed value, a property value, or an indexed property value of an object.Classorg.apache.commons.elApache Commons
BeanInfoIndexedPropertyThis contains the information for one indexed property in a BeanInfo - IndexedPropertyDescriptor, read method, and writeClassorg.apache.commons.elApache Commons
BeanInfoManagerManages the BeanInfo for one class - contains the BeanInfo, and also a mapping from property name to BeanInfoProperty.Classorg.apache.commons.elApache Commons
BeanInfoPropertyThis contains the information for one property in a BeanInfo - PropertyDescriptor, read method, and write method.Classorg.apache.commons.elApache Commons
BinaryOperatorThis is the superclass for all binary operatorsVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
BinaryOperatorExpressionAn expression representing a binary operator on a valueVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group, Shawn BayernClassorg.apache.commons.elApache Commons
BooleanLiteralAn expression representing a boolean literal valueVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
BoundFunctionInvocationA subclass of FunctionInvocation which is bound to a particular Method.Classorg.apache.commons.elApache Commons
CoercionsThis class contains the logic for coercing data types before operators are applied to them.Classorg.apache.commons.elApache Commons
ComplexValueRepresents a dynamic value, which consists of a prefix and an optional set of ValueSuffix elements.Classorg.apache.commons.elApache Commons
ConditionalExpressionRepresents a conditional expression.Classorg.apache.commons.elApache Commons
ConstantsThis contains all of the non-public constants, including messsage strings read from the resource file.Classorg.apache.commons.elApache Commons
DivideOperatorThe implementation of the divide operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
ELParserGenerated EL parser.Classorg.apache.commons.el.parserApache Commons
ELParserConstantsInterfaceorg.apache.commons.el.parserApache Commons
ELParserTokenManagerClassorg.apache.commons.el.parserApache Commons
EmptyOperatorThe implementation of the empty operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
EnumeratedMapThis is a Map implementation driven by a data source that only provides an enumeration of keys and a getValue(key) method.Classorg.apache.commons.elApache Commons
EqualityOperatorThis is the superclass for all equality operators (==, !=)Version:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
EqualsOperatorThe implementation of the equals operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
ExpressionThe abstract class from which all expression typesVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group, Shawn BayernClassorg.apache.commons.elApache Commons
ExpressionEvaluatorImplThis is the main class for evaluating expression Strings.Classorg.apache.commons.elApache Commons
ExpressionStringRepresents an expression String consisting of a mixture of Strings and Expressions.Classorg.apache.commons.elApache Commons
FloatingPointLiteralAn expression representing a floating point literal value.Classorg.apache.commons.elApache Commons
FunctionInvocationRepresents a function call.Classorg.apache.commons.elApache Commons
GreaterThanOperatorThe implementation of the greater than operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
GreaterThanOrEqualsOperatorThe implementation of the greater than or equals operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
ImplicitObjectsThis class is used to generate the implicit Map and List objects that wrap various elements of the PageContext.Classorg.apache.commons.elApache Commons
IntegerDivideOperatorThe implementation of the integer divide operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
IntegerLiteralAn expression representing an integer literal value.Classorg.apache.commons.elApache Commons
LessThanOperatorThe implementation of the less than operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
LessThanOrEqualsOperatorThe implementation of the less than or equals operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
LiteralAn expression representing a literal valueVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group, Shawn BayernClassorg.apache.commons.elApache Commons
MessageUtilUtility class for generating parameterized messages.Classorg.apache.commons.elApache Commons
MinusOperatorThe implementation of the minus operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
ModulusOperatorThe implementation of the modulus operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
MultiplyOperatorThe implementation of the multiply operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
NamedValueRepresents a name that can be used as the first element of aVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group, Shawn BayernClassorg.apache.commons.elApache Commons
NotEqualsOperatorThe implementation of the not equals operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
NotOperatorThe implementation of the not operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
NullLiteralAn expression representing a null literal valueVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
OrOperatorThe implementation of the or operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
ParseExceptionThis exception is thrown when parse errors are encountered.Classorg.apache.commons.el.parserApache Commons
PlusOperatorThe implementation of the plus operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
PropertySuffixRepresents an operator that obtains the value of another value's property.Classorg.apache.commons.elApache Commons
RelationalOperatorThis is the superclass for all relational operators (except ==Version:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
SimpleCharStreamAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).Classorg.apache.commons.el.parserApache Commons
StringLiteralAn expression representing a String literal value.Classorg.apache.commons.elApache Commons
TokenDescribes the input token stream.Classorg.apache.commons.el.parserApache Commons
TokenMgrErrorClassorg.apache.commons.el.parserApache Commons
UnaryMinusOperatorThe implementation of the unary minus operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
UnaryOperatorThis is the superclass for all unary operatorsVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology GroupClassorg.apache.commons.elApache Commons
UnaryOperatorExpressionAn expression representing one or more unary operators on aVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group, Shawn BayernClassorg.apache.commons.elApache Commons
ValueSuffixRepresents an element that can appear as a suffix in a complex value, such as a property or index operator, or a method call (shouldClassorg.apache.commons.elApache Commons
VariableResolverImplThis is the JSTL-specific implementation of VariableResolver.Classorg.apache.commons.elApache Commons
ByteArrayDataSourceThis class implements a typed DataSource from: From version 1.Classorg.apache.commons.mailApache Commons
DataSourceBaseResolverBase class for various resolvers.Classorg.apache.commons.mail.resolverApache Commons
DataSourceClassPathResolverCreates a DataSource based on an class path.Classorg.apache.commons.mail.resolverApache Commons
DataSourceCompositeResolverA composite data source resolver.Classorg.apache.commons.mail.resolverApache Commons
DataSourceFileResolverCreates a DataSource based on an URL.Classorg.apache.commons.mail.resolverApache Commons
DataSourceResolverCreates a DataSource based on an URL.Interfaceorg.apache.commons.mailApache Commons
DataSourceUrlResolverCreates a DataSource based on an URL.Classorg.apache.commons.mail.resolverApache Commons
DefaultAuthenticatorThis is a very simple authentication object that can be used for any transport needing basic userName and password type authentication.Classorg.apache.commons.mailApache Commons
EmailThe base class for all email messages.Classorg.apache.commons.mailApache Commons
EmailAttachmentThis class models an email attachment.Classorg.apache.commons.mailApache Commons
EmailConstantsConstants used by Email classes.Classorg.apache.commons.mailApache Commons
EmailExceptionException thrown when a checked error occurs in commons-email.Classorg.apache.commons.mailApache Commons
HtmlEmailAn HTML multipart email.Classorg.apache.commons.mailApache Commons
ImageHtmlEmailSmall wrapper class on top of HtmlEmail which encapsulates the required logic to retrieve images that are contained in Classorg.apache.commons.mailApache Commons
MimeMessageParserParses a MimeMessage and stores the individual parts such a plain text, HTML text and attachments.Classorg.apache.commons.mail.utilApache Commons
MimeMessageUtilsStatic helper methods.Classorg.apache.commons.mail.utilApache Commons
MultiPartEmail This class is used to send multi-part internet email like messages with attachments.Classorg.apache.commons.mailApache Commons
SimpleEmailThis class is used to send simple internet email messages withoutSince:1.Classorg.apache.commons.mailApache Commons
CommandLauncherInterface to shield the caller from the various platform-dependentVersion:$Id: CommandLauncher.Interfaceorg.apache.commons.exec.launcherApache Commons
CommandLauncherFactoryBuilds a command launcher for the OS and JVM we are running under.Classorg.apache.commons.exec.launcherApache Commons
CommandLauncherImplA command launcher for a particular JVM/OS platform.Classorg.apache.commons.exec.launcherApache Commons
CommandLauncherProxyA command launcher that proxies another command launcher.Classorg.apache.commons.exec.launcherApache Commons
CommandLineCommandLine objects help handling command lines specifying processes to execute.Classorg.apache.commons.execApache Commons
DaemonExecutorRuns daemon processes asynchronously.Classorg.apache.commons.execApache Commons
DebugUtilsProvides debugging support.Classorg.apache.commons.exec.utilApache Commons
DefaultExecuteResultHandlerA default implementation of 'ExecuteResultHandler' used for asynchronousVersion:$Id: DefaultExecuteResultHandler.Classorg.apache.commons.execApache Commons
DefaultExecutorThe default class to start a subprocess.Classorg.apache.commons.execApache Commons
DefaultProcessingEnvironmentHelper class to determine the environment variable for the OS.Classorg.apache.commons.exec.environmentApache Commons
EnvironmentUtilsWrapper for environment variables.Classorg.apache.commons.exec.environmentApache Commons
ExecuteExceptionAn exception indicating that the executing a subprocesses failed.Classorg.apache.commons.execApache Commons
ExecuteResultHandlerThe callback handlers for the result of asynchronous process execution.Interfaceorg.apache.commons.execApache Commons
ExecuteStreamHandlerUsed by Execute to handle input and output stream ofVersion:$Id: ExecuteStreamHandler.Interfaceorg.apache.commons.execApache Commons
ExecuteWatchdogDestroys a process running for too long.Classorg.apache.commons.execApache Commons
ExecutorThe main abstraction to start an external process.Interfaceorg.apache.commons.execApache Commons
InputStreamPumperCopies all data from an System.Classorg.apache.commons.execApache Commons
Java13CommandLauncherA command launcher for JDK/JRE 1.Classorg.apache.commons.exec.launcherApache Commons
LogOutputStreamBase class to connect a logging system to the output and/or error stream of then external process.Classorg.apache.commons.execApache Commons
MapUtilsHelper classes to manipulate maps to pass substition map to the CommandLine.Classorg.apache.commons.exec.utilApache Commons
OpenVmsProcessingEnvironmentHelper class to determine the environment variableVersion:$Id: OpenVmsProcessingEnvironment.Classorg.apache.commons.exec.environmentApache Commons
OSCondition that tests the OS type.Classorg.apache.commons.execApache Commons
OS2CommandLauncherA command launcher for OS/2 that uses 'cmd.Classorg.apache.commons.exec.launcherApache Commons
ProcessDestroyerDestroys all registered Process after a certain event, typically when the VM exitsInterfaceorg.apache.commons.execApache Commons
PumpStreamHandlerCopies standard output and error of sub-processes to standard output and error of the parent process.Classorg.apache.commons.execApache Commons
ShutdownHookProcessDestroyerDestroys all registered Processes when the VM exits.Classorg.apache.commons.execApache Commons
StreamPumperCopies all data from an input stream to an output stream.Classorg.apache.commons.execApache Commons
StringUtilsSupplement of commons-lang, the stringSubstitution() was in a simpler implementation available in an older commons-lang implementation.Classorg.apache.commons.exec.utilApache Commons
TimeoutObserverInterface for classes that want to be notified by Watchdog.Interfaceorg.apache.commons.execApache Commons
VmsCommandLauncherA command launcher for VMS that writes the command to a temporary DCL script before launching commands.Classorg.apache.commons.exec.launcherApache Commons
WatchdogGeneralization of ExecuteWatchdogVersion:$Id: Watchdog.Classorg.apache.commons.execApache Commons
WinNTCommandLauncherA command launcher for Windows XP/2000/NT that uses 'cmd.Classorg.apache.commons.exec.launcherApache Commons
CloseableInterface of an object, which may be closed.Interfaceorg.apache.commons.fileupload.utilApache Commons
DefaultFileItem The default implementation of the FileItem interface.Classorg.apache.commons.fileuploadApache Commons
DefaultFileItemFactoryThe default FileItemFactory implementation.Classorg.apache.commons.fileuploadApache Commons
DiskFileItem The default implementation of the FileItem interface.Classorg.apache.commons.fileupload.diskApache Commons
DiskFileItemFactoryThe default FileItemFactory implementation.Classorg.apache.commons.fileupload.diskApache Commons
DiskFileUploadHigh level API for processing file uploads.Classorg.apache.commons.fileuploadApache Commons
FileCleanerCleanupA servlet context listener, which ensures that the FileCleaningTracker's reaper thread is terminated,Classorg.apache.commons.fileupload.servletApache Commons
FileItem This class represents a file or form item that was received within a multipart/form-data POST request.Interfaceorg.apache.commons.fileuploadApache Commons
FileItemFactoryA factory interface for creating FileItem instances.Interfaceorg.apache.commons.fileuploadApache Commons
FileItemHeaders This class provides support for accessing the headers for a file or form item that was received within a multipart/form-data POSTInterfaceorg.apache.commons.fileuploadApache Commons
FileItemHeadersImplDefault implementation of the FileItemHeaders interface.Classorg.apache.commons.fileupload.utilApache Commons
FileItemHeadersSupportInterface that will indicate that FileItem or FileItemStream implementations will accept the headers read for the item.Interfaceorg.apache.commons.fileuploadApache Commons
FileItemIteratorAn iterator, as returned by FileUploadBase.Interfaceorg.apache.commons.fileuploadApache Commons
FileItemStream This interface provides access to a file or form item that was received within a multipart/form-data POST request.Interfaceorg.apache.commons.fileuploadApache Commons
FileUploadHigh level API for processing file uploads.Classorg.apache.commons.fileuploadApache Commons
FileUploadBaseHigh level API for processing file uploads.Classorg.apache.commons.fileuploadApache Commons
FileUploadExceptionException for errors encountered while processing the request.Classorg.apache.commons.fileuploadApache Commons
InvalidFileNameExceptionThis exception is thrown in case of an invalid file name.Classorg.apache.commons.fileuploadApache Commons
LimitedInputStreamAn input stream, which limits its data size.Classorg.apache.commons.fileupload.utilApache Commons
MimeUtilityUtility class to decode MIME texts.Classorg.apache.commons.fileupload.util.mimeApache Commons
MultipartStream Low level API for processing file uploads.Classorg.apache.commons.fileuploadApache Commons
ParameterParserA simple parser intended to parse sequences of name/value pairs.Classorg.apache.commons.fileuploadApache Commons
PortletFileUploadHigh level API for processing file uploads.Classorg.apache.commons.fileupload.portletApache Commons
PortletRequestContextProvides access to the request information needed for a request made toSince:FileUpload 1.Classorg.apache.commons.fileupload.portletApache Commons
ProgressListenerThe ProgressListener may be used to display a progress bar or do stuff like that.Interfaceorg.apache.commons.fileuploadApache Commons
RequestContextAbstracts access to the request information needed for file uploads.Interfaceorg.apache.commons.fileuploadApache Commons
ServletFileUploadHigh level API for processing file uploads.Classorg.apache.commons.fileupload.servletApache Commons
ServletRequestContextProvides access to the request information needed for a request made toSince:FileUpload 1.Classorg.apache.commons.fileupload.servletApache Commons
StreamsUtility class for working with streams.Classorg.apache.commons.fileupload.utilApache Commons
UploadContextEnhanced access to the request information needed for file uploads, which fixes the Content Length data access in RequestContext.Interfaceorg.apache.commons.fileuploadApache Commons
AbstractListBackedAggregatorAn aggregator which stores the data series in a List.Classorg.apache.commons.functor.aggregatorApache Commons
AbstractLoopNullaryProcedureAbstract base class for WhileDoNullaryProcedure and DoWhileNullaryProcedure used to implement loop procedures.Classorg.apache.commons.functor.core.compositeApache Commons
AbstractNoStoreAggregatorAn implementation of an aggregator which doesn't store the data series but instead it processes the data on the fly, as it arrives inClassorg.apache.commons.functor.aggregatorApache Commons
AbstractRangeClassorg.apache.commons.functor.rangeApache Commons
AbstractTimedAggregatorAn aggregator which automatically resets the aggregated data at regular intervals and sends a notification when it is about to do so, so listenersClassorg.apache.commons.functor.aggregatorApache Commons
AggregatorInterface which offers a means of aggregating data.Interfaceorg.apache.commons.functor.aggregatorApache Commons
And none of its children test false.Classorg.apache.commons.functor.core.compositeApache Commons
ArrayListBackedAggregatorClassorg.apache.commons.functor.aggregatorApache Commons
BaseGeneratorBase class for generators.Classorg.apache.commons.functor.generatorApache Commons
BinaryAnd none of its children test false.Classorg.apache.commons.functor.core.compositeApache Commons
BinaryCompositeBinaryFunctionA BinaryFunction composed of three binary functions, f, g and h,Classorg.apache.commons.functor.core.compositeApache Commons
BinaryFunctionA functor that takes two arguments and returns a value.Interfaceorg.apache.commons.functorApache Commons
BinaryFunctionBinaryPredicateAdapts a Boolean-valued BinaryFunction to the BinaryPredicate interface.Classorg.apache.commons.functor.adapterApache Commons
BinaryFunctionBinaryProcedureAdapts a BinaryFunction to the BinaryProcedureClassorg.apache.commons.functor.adapterApache Commons
BinaryFunctionFunctionAdapts a BinaryFunction as a Function by sending the same argument to both sides of the BinaryFunction.Classorg.apache.commons.functor.adapterApache Commons
BinaryFunctorMarker interface for binary (two-argument) functors.Interfaceorg.apache.commons.functorApache Commons
BinaryNotTests to the logical inverse of some other predicate.Classorg.apache.commons.functor.core.compositeApache Commons
BinaryOr at least one of its children test true.Classorg.apache.commons.functor.core.compositeApache Commons
BinaryPredicateA functor that takes two arguments and returns a boolean value.Interfaceorg.apache.commons.functorApache Commons
BinaryPredicateBinaryFunction BinaryFunction interface.Classorg.apache.commons.functor.adapterApache Commons
BinaryPredicatePredicateAdapts a BinaryPredicate as a Predicate by sending the same argument to both sides of the BinaryPredicate.Classorg.apache.commons.functor.adapterApache Commons
BinaryProcedureA functor that takes two arguments and has no return value.Interfaceorg.apache.commons.functorApache Commons
BinaryProcedureBinaryFunction BinaryFunction interface by always returning null.Classorg.apache.commons.functor.adapterApache Commons
BinaryProcedureProcedureAdapts a BinaryProcedure as a Procedure by sending the same argument to both sides of the BinaryProcedure.Classorg.apache.commons.functor.adapterApache Commons
BinarySequence that runs an ordered sequence of BinaryProcedures.Classorg.apache.commons.functor.core.compositeApache Commons
BoundNullaryFunction NullaryFunction interface using a constant unary argument.Classorg.apache.commons.functor.adapterApache Commons
BoundNullaryPredicate NullaryPredicate interface using a constant unary argument.Classorg.apache.commons.functor.adapterApache Commons
BoundNullaryProcedure NullaryProcedure interface using a constant unary argument.Classorg.apache.commons.functor.adapterApache Commons
BoundTypeDetermine the bound type of a range.Classorg.apache.commons.functor.rangeApache Commons
CharacterRangeA generator for a range of characters.Classorg.apache.commons.functor.rangeApache Commons
CollectionTransformerTransforms a generator into a collection.Classorg.apache.commons.functor.generator.utilApache Commons
ComparatorFunctionAdapts a Comparator to the BinaryFunction interface.Classorg.apache.commons.functor.core.comparatorApache Commons
CompositeUtility/fluent methods for creating composite functors.Classorg.apache.commons.functor.core.compositeApache Commons
CompositeBinaryFunctionA BinaryFunction composed of one binary function, f, and twoClassorg.apache.commons.functor.core.compositeApache Commons
CompositeBinaryPredicateA BinaryPredicate composed of one binary predicate, p, and twoClassorg.apache.commons.functor.core.compositeApache Commons
CompositeFunction representing the composition of chaining the output of one to the inputClassorg.apache.commons.functor.core.compositeApache Commons
CompositePredicate representing the composition of chaining the output of one to the inputClassorg.apache.commons.functor.core.compositeApache Commons
CompositeProcedure representing the composition of chaining the output of one to the inputClassorg.apache.commons.functor.core.compositeApache Commons
ConditionalUtility methods for creating conditional functors.Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalBinaryFunction similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalBinaryPredicate similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalBinaryProcedure similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalFunction similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalNullaryFunction similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalNullaryPredicate similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalNullaryProcedure similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalPredicate similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalProcedure similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConstantEvaluates to constant value.Classorg.apache.commons.functor.coreApache Commons
DoubleMaxAggregatorBinaryFunctionAggregation function to be used with subclasses of AbstractNoStoreAggregator whichClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoubleMaxAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoubleMeanValueAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoubleMedianValueAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoublePercentileAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoubleRangeA generator for a range of doubles.Classorg.apache.commons.functor.rangeApache Commons
DoubleSumAggregatorBinaryFunctionAggregator function to be used with subclasses of AbstractNoStoreAggregator whichClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoubleSumAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoUntilDo-until algorithm (test after).Classorg.apache.commons.functor.core.algorithmApache Commons
DoWhileDo-while algorithm (test after).Classorg.apache.commons.functor.core.algorithmApache Commons
DoWhileNullaryProcedureA NullaryProcedure implementation of a while loop.Classorg.apache.commons.functor.core.compositeApache Commons
EachElementGenerator factory for each element of a collection.Classorg.apache.commons.functor.generator.utilApache Commons
EndpointRepresent an endpoint of a range.Classorg.apache.commons.functor.rangeApache Commons
FilteredGeneratorGenerator that filters another Generator by only passing through those elements that are matched by a specified Predicate.Classorg.apache.commons.functor.generatorApache Commons
FilteredIterableAdds a fluent filtering API to any Iterable.Classorg.apache.commons.functor.core.collectionApache Commons
FilteredIteratorIterator that filters another Iterator by only passing through those elements that are matched by a specified Predicate.Classorg.apache.commons.functor.core.collectionApache Commons
FindWithinGeneratorReturn the first Object in a Generator matching a Predicate.Classorg.apache.commons.functor.core.algorithmApache Commons
FloatRangeA generator for a range of float.Classorg.apache.commons.functor.rangeApache Commons
FoldLeftFunctional left-fold algorithm against the elements of a Generator.Classorg.apache.commons.functor.core.algorithmApache Commons
FoldRightFunctional right-fold algorithm against the elements of a Generator.Classorg.apache.commons.functor.core.algorithmApache Commons
FullyBoundNullaryFunction NullaryFunction interface using constant arguments.Classorg.apache.commons.functor.adapterApache Commons
FullyBoundNullaryPredicate NullaryPredicate interface using a constant left-side argument.Classorg.apache.commons.functor.adapterApache Commons
FullyBoundNullaryProcedure NullaryProcedure interface using a constant left-side argument.Classorg.apache.commons.functor.adapterApache Commons
FunctionA functor that takes one argument and returns an Object value.Interfaceorg.apache.commons.functorApache Commons
FunctionPredicateAdapts a Boolean-valuedVersion:$Revision: 1537906 $ $Date: 2013-11-01 12:47:33 +0100 (Fr, 01 Nov 2013) $Classorg.apache.commons.functor.adapterApache Commons
FunctionProcedure interface by ignoring the value returnedVersion:$Revision: 1537906 $ $Date: 2013-11-01 12:47:33 +0100 (Fr, 01 Nov 2013) $Classorg.apache.commons.functor.adapterApache Commons
FunctorFunctor marker interface.Interfaceorg.apache.commons.functorApache Commons
GenerateUntilWrap another Generator such that run(Procedure) terminates once a condition has been satisfied (test after).Classorg.apache.commons.functor.generator.loopApache Commons
GenerateWhileWrap another Generator such that run(Procedure) continues as long as a condition is true (test after).Classorg.apache.commons.functor.generator.loopApache Commons
GeneratorThe Generator interface defines a number of useful actions applying Procedures to each in a series of argument Objects.Interfaceorg.apache.commons.functor.generatorApache Commons
GeneratorContainsTests whether a Generator contains an element that matches a Predicate.Classorg.apache.commons.functor.core.algorithmApache Commons
IdentityEvaluates to its input argument.Classorg.apache.commons.functor.coreApache Commons
IgnoreLeftFunction BinaryFunction interface by ignoring the first binary argument.Classorg.apache.commons.functor.adapterApache Commons
IgnoreLeftPredicate BinaryPredicate interface by ignoring the first binary argument.Classorg.apache.commons.functor.adapterApache Commons
IgnoreLeftProcedure BinaryProcedure interface by ignoring the first binary argument.Classorg.apache.commons.functor.adapterApache Commons
IgnoreRightFunction BinaryFunction interface by ignoring the second binary argument.Classorg.apache.commons.functor.adapterApache Commons
IgnoreRightPredicate BinaryPredicate interface by ignoring the second binary argument.Classorg.apache.commons.functor.adapterApache Commons
IgnoreRightProcedure BinaryProcedure interface by ignoring the second binary argument.Classorg.apache.commons.functor.adapterApache Commons
IndexOfInGeneratorReturn the index of the first Object in a LoopGenerator matching a Predicate, or -1 if not found.Classorg.apache.commons.functor.core.algorithmApache Commons
InPlaceTransformClassorg.apache.commons.functor.core.algorithmApache Commons
IntegerCountAggregatorBinaryFunctionAggregator function to be used with subclasses of AbstractNoStoreAggregator whichClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerMaxAggregatorBinaryFunctionAggregation function to be used with subclasses of AbstractNoStoreAggregator whichClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerMaxAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerMeanValueAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerMedianValueAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerPercentileAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerRangeA range of integers.Classorg.apache.commons.functor.rangeApache Commons
IntegerSumAggregatorBinaryFunctionAggregator function to be used with subclasses of AbstractNoStoreAggregator whichClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerSumAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
IsElementOfA BinaryPredicate that checks to see if the specified object is an element of the specifiedClassorg.apache.commons.functor.core.collectionApache Commons
IsEmptyA Predicate that checks to see if the specified object is empty.Classorg.apache.commons.functor.core.collectionApache Commons
IsEqual true iff its arguments are an equivalence relation onClassorg.apache.commons.functor.coreApache Commons
IsEquivalentA BinaryPredicate that tests true iff the left argument is equal to theClassorg.apache.commons.functor.core.comparatorApache Commons
IsGreaterThanA BinaryPredicate that tests true iff the left argument is greater than theClassorg.apache.commons.functor.core.comparatorApache Commons
IsGreaterThanOrEqualA BinaryPredicate that tests true iff the left argument is greater than or equalClassorg.apache.commons.functor.core.comparatorApache Commons
IsInstance true iff its argument of some specified Class.Classorg.apache.commons.functor.coreApache Commons
IsLessThanA BinaryPredicate that tests true iff the left argument is greater than theClassorg.apache.commons.functor.core.comparatorApache Commons
IsLessThanOrEqualA BinaryPredicate that tests true iff the left argument is less than or equal to theClassorg.apache.commons.functor.core.comparatorApache Commons
IsNotEqual true iff its arguments are This relation is symmetric but irreflexiveClassorg.apache.commons.functor.coreApache Commons
IsNotEquivalentA BinaryPredicate that tests true iff the left argument is not equal to theClassorg.apache.commons.functor.core.comparatorApache Commons
IsNotNull false iff its argumentVersion:$Revision: 1537906 $ $Date: 2013-11-01 12:47:33 +0100 (Fr, 01 Nov 2013) $Classorg.apache.commons.functor.coreApache Commons
IsNotSameTests the reference (!=) inequality of its arguments.Classorg.apache.commons.functor.coreApache Commons
IsNull true iff its argumentVersion:$Revision: 1537906 $ $Date: 2013-11-01 12:47:33 +0100 (Fr, 01 Nov 2013) $Classorg.apache.commons.functor.coreApache Commons
IsSameTests the reference (==) equality of its arguments.Classorg.apache.commons.functor.coreApache Commons
IsWithinRangeA Predicate that tests whether a Comparable object is within a range.Classorg.apache.commons.functor.core.comparatorApache Commons
IteratorToGeneratorAdapterAdapts an Iterator to the LoopGenerator interface.Classorg.apache.commons.functor.generator.loopApache Commons
LeftBoundFunction using a constant left-side argument.Classorg.apache.commons.functor.adapterApache Commons
LeftBoundPredicate Predicate interface using a constant left-side argument.Classorg.apache.commons.functor.adapterApache Commons
LeftBoundProcedure Procedure interface using a constant left-side argument.Classorg.apache.commons.functor.adapterApache Commons
LeftIdentityHolder class for a left-identity BinaryFunction (evaluates to the left argument) and a left-identity BinaryPredicate (tests whether left Boolean argument equals Boolean.Classorg.apache.commons.functor.coreApache Commons
LimitA predicate that returns true the first n times it is invoked, andClassorg.apache.commons.functor.coreApache Commons
LongRangeClassorg.apache.commons.functor.rangeApache Commons
LoopGeneratorBase class for generators that control execution flow, and may need to stop the generation.Classorg.apache.commons.functor.generator.loopApache Commons
MaxAdapts a Comparator to the BinaryFunction interface.Classorg.apache.commons.functor.core.comparatorApache Commons
MinAdapts a Comparator to the BinaryFunction interface.Classorg.apache.commons.functor.core.comparatorApache Commons
NoOpA procedure that does nothing at all.Classorg.apache.commons.functor.coreApache Commons
NotTests to the logical inverse of some other predicate.Classorg.apache.commons.functor.core.compositeApache Commons
NullaryAnd none of its children test false.Classorg.apache.commons.functor.core.compositeApache Commons
NullaryFunctionA functor that takes no arguments and returns a value.Interfaceorg.apache.commons.functorApache Commons
NullaryFunctionFunction by ignoring the unary argument.Classorg.apache.commons.functor.adapterApache Commons
NullaryFunctionNullaryPredicateAdapts a Boolean-valued NullaryFunction to theClassorg.apache.commons.functor.adapterApache Commons
NullaryFunctionNullaryProcedureAdapts a NullaryFunction to the NullaryProcedureClassorg.apache.commons.functor.adapterApache Commons
NullaryFunctorMarker interface for nullary (zero-argument) functors.Interfaceorg.apache.commons.functorApache Commons
NullaryNotTests to the logical inverse of some other predicate.Classorg.apache.commons.functor.core.compositeApache Commons
NullaryOr at least one of its children test true.Classorg.apache.commons.functor.core.compositeApache Commons
NullaryPredicateA functor that takes no arguments and returns a boolean value.Interfaceorg.apache.commons.functorApache Commons
NullaryPredicateNullaryFunction NullaryFunction interface.Classorg.apache.commons.functor.adapterApache Commons
NullaryPredicatePredicate Predicate interface by ignoring the given argument.Classorg.apache.commons.functor.adapterApache Commons
NullaryProcedureA functor that takes no arguments and returns no value.Interfaceorg.apache.commons.functorApache Commons
NullaryProcedureNullaryFunction NullaryFunction interface by always returning null.Classorg.apache.commons.functor.adapterApache Commons
NullaryProcedureProcedure Procedure interface by ignoring the arguments.Classorg.apache.commons.functor.adapterApache Commons
NullarySequence that runs an ordered sequence of NullaryProcedures.Classorg.apache.commons.functor.core.compositeApache Commons
NumericRangeA base class for numeric ranges.Classorg.apache.commons.functor.rangeApache Commons
OffsetA predicate that returns false the first n times it is invoked, andClassorg.apache.commons.functor.coreApache Commons
Or at least one of its children test true.Classorg.apache.commons.functor.core.compositeApache Commons
PredicateA functor that takes one argument and returns a boolean value.Interfaceorg.apache.commons.functorApache Commons
PredicateFunction Function interface.Classorg.apache.commons.functor.adapterApache Commons
ProcedureA functor that takes one argument and returns no value.Interfaceorg.apache.commons.functorApache Commons
ProcedureFunction by always returning null.Classorg.apache.commons.functor.adapterApache Commons
RangeRepresent an interval of elements that varies from the left limit to the right limit.Interfaceorg.apache.commons.functor.rangeApache Commons
RangesClassorg.apache.commons.functor.rangeApache Commons
RecursiveEvaluationTail recursion for functions.Classorg.apache.commons.functor.core.algorithmApache Commons
RemoveMatchingRemove elements from left Iterator that match right Predicate.Classorg.apache.commons.functor.core.algorithmApache Commons
RetainMatchingRetain elements in left Iterator that match right Predicate.Classorg.apache.commons.functor.core.algorithmApache Commons
RightBoundFunction using a constant right-side argument.Classorg.apache.commons.functor.adapterApache Commons
RightBoundPredicate Predicate interface using a constant left-side argument.Classorg.apache.commons.functor.adapterApache Commons
RightBoundProcedure Procedure interface using a constant left-side argument.Classorg.apache.commons.functor.adapterApache Commons
RightIdentityHolder class for a right-identity BinaryFunction (evaluates to the right argument) and a right-identity BinaryPredicate (tests whether right Boolean argument equals Boolean.Classorg.apache.commons.functor.coreApache Commons
Sequence that runs an ordered sequence of Procedures.Classorg.apache.commons.functor.core.compositeApache Commons
SizeReturns the size of the specified Collection, or the length of the specified array or String.Classorg.apache.commons.functor.core.collectionApache Commons
TimedAggregatorListenerListener to be used with instances of AbstractTimedAggregator to receive notifications when the timer kicks in.Interfaceorg.apache.commons.functor.aggregatorApache Commons
TransformedBinaryFunctionA BinaryFunction whose result is then run through a Function.Classorg.apache.commons.functor.core.compositeApache Commons
TransformedBinaryProcedureA BinaryProcedure composed of a BinaryFunction whose result is then run through a Procedure.Classorg.apache.commons.functor.core.compositeApache Commons
TransformedGeneratorGenerator that transforms the elements of another Generator.Classorg.apache.commons.functor.generator.loopApache Commons
TransformedIteratorIterator that transforms another Iterator by applying a Function to each returned element.Classorg.apache.commons.functor.core.collectionApache Commons
TransformedNullaryFunctionA NullaryFunction whose result is then run through a Function.Classorg.apache.commons.functor.core.compositeApache Commons
TransformedNullaryProcedureA NullaryProcedure composed of a NullaryFunction whose result is then run through a Procedure.Classorg.apache.commons.functor.core.compositeApache Commons
TransposedFunctionTransposes (swaps) the arguments to some other For example, given a function fClassorg.apache.commons.functor.core.compositeApache Commons
TransposedPredicateTransposes (swaps) the arguments to some other For example, given a predicate pClassorg.apache.commons.functor.core.compositeApache Commons
TransposedProcedureTransposes (swaps) the arguments to some other For example, given a procedure pClassorg.apache.commons.functor.core.compositeApache Commons
UnaryFunctorMarker interface for unary (single-argument) functors.Interfaceorg.apache.commons.functorApache Commons
UntilDoUntil-do algorithm (test before).Classorg.apache.commons.functor.core.algorithmApache Commons
UntilGenerateWrap another Generator such that run(Procedure) terminates once a condition has been satisfied.Classorg.apache.commons.functor.generator.loopApache Commons
WhileDoWhile-do algorithm (test before).Classorg.apache.commons.functor.core.algorithmApache Commons
WhileDoNullaryProcedureA NullaryProcedure implementation of a while loop.Classorg.apache.commons.functor.core.compositeApache Commons
WhileGenerateWrap another Generator such that run(Procedure) continues as long as a condition is true (test before).Classorg.apache.commons.functor.generator.loopApache Commons
AbstractFileFilterAn abstract class which implements the Java FileFilter and FilenameFilter interfaces via the IOFileFilter interface.Classorg.apache.commons.io.filefilterApache Commons
AgeFileFilterFilters files based on a cutoff time, can filter either newer files or files equal to or older.Classorg.apache.commons.io.filefilterApache Commons
AndFileFilterA FileFilter providing conditional AND logic across a list of file filters.Classorg.apache.commons.io.filefilterApache Commons
AutoCloseInputStreamProxy stream that closes and discards the underlying stream as soon as the end of input has been reached or when the stream is explicitly closed.Classorg.apache.commons.io.inputApache Commons
BOMInputStreamThis class is used to wrap a stream that includes an encoded ByteOrderMark as its first bytes.Classorg.apache.commons.io.inputApache Commons
BoundedInputStreamThis is a stream that will only supply bytes up to a certain length - if its position goes above that, it will stop.Classorg.apache.commons.io.inputApache Commons
BrokenInputStreamBroken input stream.Classorg.apache.commons.io.inputApache Commons
BrokenOutputStreamBroken output stream.Classorg.apache.commons.io.outputApache Commons
ByteArrayOutputStreamThis class implements an output stream in which the data is written into a byte array.Classorg.apache.commons.io.outputApache Commons
ByteOrderMarkByte Order Mark (BOM) representation - see BOMInputStream.Classorg.apache.commons.ioApache Commons
CanReadFileFilterThis filter accepts Files that can be read.Classorg.apache.commons.io.filefilterApache Commons
CanWriteFileFilterThis filter accepts Files that can be written to.Classorg.apache.commons.io.filefilterApache Commons
CharSequenceInputStreamInputStream implementation that can read from String, StringBuffer, StringBuilder or CharBuffer.Classorg.apache.commons.io.inputApache Commons
CharSequenceReaderReader implementation that can read from String, StringBuffer, StringBuilder or CharBuffer.Classorg.apache.commons.io.inputApache Commons
CharsetsCharsets required of every implementation of the Java platform.Classorg.apache.commons.ioApache Commons
ChunkedOutputStreamOutputStream which breaks larger output blocks into chunks.Classorg.apache.commons.io.outputApache Commons
ChunkedWriterOutputStream which breaks larger output blocks into chunks.Classorg.apache.commons.io.outputApache Commons
ClassLoaderObjectInputStreamA special ObjectInputStream that loads a class based on a specified ClassLoader rather than the system default.Classorg.apache.commons.io.inputApache Commons
ClosedInputStreamClosed input stream.Classorg.apache.commons.io.inputApache Commons
ClosedOutputStreamClosed output stream.Classorg.apache.commons.io.outputApache Commons
CloseShieldInputStreamProxy stream that prevents the underlying input stream from being closed.Classorg.apache.commons.io.inputApache Commons
CloseShieldOutputStreamProxy stream that prevents the underlying output stream from being closed.Classorg.apache.commons.io.outputApache Commons
CompositeFileComparatorCompare two files using a set of delegate file Comparator.Classorg.apache.commons.io.comparatorApache Commons
ConditionalFileFilterDefines operations for conditional file filters.Interfaceorg.apache.commons.io.filefilterApache Commons
CopyUtilsThis class provides static utility methods for buffered copying between sources (InputStream, Reader,Classorg.apache.commons.ioApache Commons
CountingInputStreamA decorating input stream that counts the number of bytes that have passed through the stream so far.Classorg.apache.commons.io.inputApache Commons
CountingOutputStreamA decorating output stream that counts the number of bytes that have passed through the stream so far.Classorg.apache.commons.io.outputApache Commons
DefaultFileComparatorCompare two files using the default File.Classorg.apache.commons.io.comparatorApache Commons
DeferredFileOutputStreamAn output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk.Classorg.apache.commons.io.outputApache Commons
DelegateFileFilterThis class turns a Java FileFilter or FilenameFilter into an IO FileFilter.Classorg.apache.commons.io.filefilterApache Commons
DemuxInputStreamData written to this stream is forwarded to a stream that has been associatedVersion:$Id: DemuxInputStream.Classorg.apache.commons.io.inputApache Commons
DemuxOutputStreamData written to this stream is forwarded to a stream that has been associatedVersion:$Id: DemuxOutputStream.Classorg.apache.commons.io.outputApache Commons
DirectoryFileComparatorCompare two files using the File.Classorg.apache.commons.io.comparatorApache Commons
DirectoryFileFilterThis filter accepts Files that are directories.Classorg.apache.commons.io.filefilterApache Commons
DirectoryWalkerAbstract class that walks through a directory hierarchy and provides subclasses with convenient hooks to add specific behaviour.Classorg.apache.commons.ioApache Commons
EmptyFileFilterThis filter accepts files or directories that are empty.Classorg.apache.commons.io.filefilterApache Commons
EndianUtilsUtility code for dealing with different endian systems.Classorg.apache.commons.ioApache Commons
ExtensionFileComparatorCompare the file name extensions for order (see FilenameUtils.Classorg.apache.commons.io.comparatorApache Commons
FalseFileFilterA file filter that always returns false.Classorg.apache.commons.io.filefilterApache Commons
FileAlterationListenerA listener that receives events of file system modifications.Interfaceorg.apache.commons.io.monitorApache Commons
FileAlterationListenerAdaptorConvenience FileAlterationListener implementation that does nothing.Classorg.apache.commons.io.monitorApache Commons
FileAlterationMonitorA runnable that spawns a monitoring thread triggering any registered FileAlterationObserver at a specified interval.Classorg.apache.commons.io.monitorApache Commons
FileAlterationObserverFileAlterationObserver represents the state of files below a root directory, checking the filesystem and notifying listeners of create, change orClassorg.apache.commons.io.monitorApache Commons
FileCleanerKeeps track of files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector.Classorg.apache.commons.ioApache Commons
FileCleaningTrackerKeeps track of files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector.Classorg.apache.commons.ioApache Commons
FileDeleteStrategyStrategy for deleting files.Classorg.apache.commons.ioApache Commons
FileEntryThe state of a file or directory, capturing the following File attributes at a point in time.Classorg.apache.commons.io.monitorApache Commons
FileExistsExceptionIndicates that a file already exists.Classorg.apache.commons.ioApache Commons
FileFileFilterThis filter accepts Files that are files (not directories).Classorg.apache.commons.io.filefilterApache Commons
FileFilterUtilsUseful utilities for working with file filters.Classorg.apache.commons.io.filefilterApache Commons
FilenameUtilsGeneral filename and filepath manipulation utilities.Classorg.apache.commons.ioApache Commons
FileSystemUtilsGeneral File System utilities.Classorg.apache.commons.ioApache Commons
FileUtilsGeneral file manipulation utilities.Classorg.apache.commons.ioApache Commons
FileWriterWithEncodingWriter of files that allows the encoding to be set.Classorg.apache.commons.io.outputApache Commons
HexDumpDumps data in hexadecimal format.Classorg.apache.commons.ioApache Commons
HiddenFileFilterThis filter accepts Files that are hidden.Classorg.apache.commons.io.filefilterApache Commons
IOCaseEnumeration of IO case sensitivity.Classorg.apache.commons.ioApache Commons
IOExceptionWithCauseSubclasses IOException with the Throwable constructors missing before Java 6.Classorg.apache.commons.ioApache Commons
IOFileFilterAn interface which brings the FileFilter and FilenameFilter interfaces together.Interfaceorg.apache.commons.io.filefilterApache Commons
IOUtilsGeneral IO stream manipulation utilities.Classorg.apache.commons.ioApache Commons
LastModifiedFileComparatorCompare the last modified date/time of two files for order (see File.Classorg.apache.commons.io.comparatorApache Commons
LineIteratorAn Iterator over the lines in a Reader.Classorg.apache.commons.ioApache Commons
LockableFileWriterFileWriter that will create and honor lock files to allow simple cross thread file lock handling.Classorg.apache.commons.io.outputApache Commons
MagicNumberFileFilter File filter for matching files containing a magic number.Classorg.apache.commons.io.filefilterApache Commons
NameFileComparatorCompare the names of two files for order (see File.Classorg.apache.commons.io.comparatorApache Commons
NameFileFilterFilters filenames for a certain name.Classorg.apache.commons.io.filefilterApache Commons
NotFileFilterThis filter produces a logical NOT of the filters specified.Classorg.apache.commons.io.filefilterApache Commons
NullInputStreamA functional, light weight InputStream that emulates a stream of a specified size.Classorg.apache.commons.io.inputApache Commons
NullOutputStreamThis OutputStream writes all data to the famous /dev/null.Classorg.apache.commons.io.outputApache Commons
NullReaderA functional, light weight Reader that emulates a reader of a specified size.Classorg.apache.commons.io.inputApache Commons
NullWriterThis Writer writes all data to the famous /dev/null.Classorg.apache.commons.io.outputApache Commons
OrFileFilterA FileFilter providing conditional OR logic across a list of file filters.Classorg.apache.commons.io.filefilterApache Commons
PathFileComparatorCompare the path of two files for order (see File.Classorg.apache.commons.io.comparatorApache Commons
PrefixFileFilterFilters filenames for a certain prefix.Classorg.apache.commons.io.filefilterApache Commons
ProxyInputStreamA Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods areClassorg.apache.commons.io.inputApache Commons
ProxyOutputStreamA Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are Classorg.apache.commons.io.outputApache Commons
ProxyReaderA Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are Classorg.apache.commons.io.inputApache Commons
ProxyWriterA Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are Classorg.apache.commons.io.outputApache Commons
ReaderInputStreamInputStream implementation that reads a character stream from a Reader and transforms it to a byte stream using a specified charset encoding.Classorg.apache.commons.io.inputApache Commons
RegexFileFilterFilters files using supplied regular expression(s).Classorg.apache.commons.io.filefilterApache Commons
ReversedLinesFileReaderReads lines in a file reversely (similar to a BufferedReader, but starting at the last line).Classorg.apache.commons.io.inputApache Commons
SizeFileComparatorCompare the length/size of two files for order (see File.Classorg.apache.commons.io.comparatorApache Commons
SizeFileFilterFilters files based on size, can filter either smaller files or files equal to or larger than a given threshold.Classorg.apache.commons.io.filefilterApache Commons
StringBuilderWriterWriter implementation that outputs to a StringBuilder.Classorg.apache.commons.io.outputApache Commons
SuffixFileFilterFilters files based on the suffix (what the filename ends with).Classorg.apache.commons.io.filefilterApache Commons
SwappedDataInputStreamDataInput for systems relying on little endian data formats.Classorg.apache.commons.io.inputApache Commons
TaggedInputStreamAn input stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified.Classorg.apache.commons.io.inputApache Commons
TaggedIOExceptionAn IOException decorator that adds a serializable tag to the wrapped exception.Classorg.apache.commons.ioApache Commons
TaggedOutputStreamAn output stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified.Classorg.apache.commons.io.outputApache Commons
TailerSimple implementation of the unix tail -f functionality.Classorg.apache.commons.io.inputApache Commons
TailerListenerListener for events from a Tailer.Interfaceorg.apache.commons.io.inputApache Commons
TailerListenerAdapterTailerListener Adapter.Classorg.apache.commons.io.inputApache Commons
TeeInputStreamInputStream proxy that transparently writes a copy of all bytes read from the proxied stream to a given OutputStream.Classorg.apache.commons.io.inputApache Commons
TeeOutputStreamClassic splitter of OutputStream.Classorg.apache.commons.io.outputApache Commons
ThresholdingOutputStreamAn output stream which triggers an event when a specified number of bytes of data have been written to it.Classorg.apache.commons.io.outputApache Commons
TrueFileFilterA file filter that always returns true.Classorg.apache.commons.io.filefilterApache Commons
WildcardFileFilterFilters files using the supplied wildcards.Classorg.apache.commons.io.filefilterApache Commons
WildcardFilterFilters files using the supplied wildcards.Classorg.apache.commons.io.filefilterApache Commons
WriterOutputStreamOutputStream implementation that transforms a byte stream to a character stream using a specified charset encoding and writes the resultingClassorg.apache.commons.io.outputApache Commons
XmlStreamReaderCharacter stream that handles all the necessary Voodo to figure out the charset encoding of the XML document within the stream.Classorg.apache.commons.io.inputApache Commons
XmlStreamReaderExceptionThe XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be determined according to the XML 1.Classorg.apache.commons.io.inputApache Commons
XmlStreamWriterCharacter stream that handles all the necessary Voodo to figure out the charset encoding of the XML document written to the stream.Classorg.apache.commons.io.outputApache Commons
AbstractFilesystemAlterationListenerAbstractFilesystemAlterationListener provides some convenience methods helping to implement a FilesystemAlterationListener.Classorg.apache.commons.jci.listenersApache Commons
AbstractJavaCompilerBase class for compiler implementations.Classorg.apache.commons.jci.compilersApache Commons
CommandlineCompilerA simple front end to jci mimicking the javac command lineConstructor SummaryCommandlineCompiler()Classorg.apache.commons.jci.examples.commandlineApache Commons
CompilationProblemInterfaceorg.apache.commons.jci.problemsApache Commons
CompilationProblemHandlerA CompilationProblemHandler gets access to a problem as soon as the problem is available while theInterfaceorg.apache.commons.jci.problemsApache Commons
CompilationResultA CompilationResult represents the result of a compilation.Classorg.apache.commons.jci.compilersApache Commons
CompilingListenerA CompilingListener is an improved version of the ReloadingListener.Classorg.apache.commons.jci.listenersApache Commons
ConfigurableInterfaceorg.apache.commons.jci.examples.configurationApache Commons
ConfigurationExceptionSee Also:Serialized FormConstructor SummaryConfigurationException()Classorg.apache.commons.jci.examples.configurationApache Commons
ConfigurationReloadingClassorg.apache.commons.jci.examples.configurationApache Commons
ConversionUtilsMainly common path manipultation helper methods NOT FOR USE OUTSIDE OF JCIClassorg.apache.commons.jci.utilsApache Commons
EclipseCompilationProblemWrapping an Eclipse compiler problemConstructor SummaryEclipseCompilationProblem(org.Classorg.apache.commons.jci.compilersApache Commons
EclipseJavaCompilerEclipse compiler implemenationFields inherited from class org.Classorg.apache.commons.jci.compilersApache Commons
EclipseJavaCompilerSettingsNative Eclipse compiler settingsConstructor SummaryEclipseJavaCompilerSettings()Classorg.apache.commons.jci.compilersApache Commons
FileChangeListenerThe most simple implemenation of an FilesystemAlterationListener.Classorg.apache.commons.jci.listenersApache Commons
FileResourceReaderClassorg.apache.commons.jci.readersApache Commons
FileResourceStoreClassorg.apache.commons.jci.storesApache Commons
FilesystemAlterationListenerA listener that receives events of filesystem modifications.Interfaceorg.apache.commons.jci.monitorApache Commons
FilesystemAlterationMonitorIt's a runnable that spawns of a monitoring thread triggering the the observers and managing the their listeners.Classorg.apache.commons.jci.monitorApache Commons
FilesystemAlterationObserverFilesystemAlterationObserver represents the state of files below a certain root directory.Interfaceorg.apache.commons.jci.monitorApache Commons
FilesystemAlterationObserverImplClassorg.apache.commons.jci.monitorApache Commons
GroovyCompilationProblemGroovy version of a CompilationProblemConstructor SummaryGroovyCompilationProblem(org.Classorg.apache.commons.jci.compilersApache Commons
GroovyJavaCompilerGroovy implementation of the JavaCompiler interfaceFields inherited from class org.Classorg.apache.commons.jci.compilersApache Commons
GroovyJavaCompilerSettingsNative configuration for the Groovy compilerConstructor SummaryGroovyJavaCompilerSettings(org.Classorg.apache.commons.jci.compilersApache Commons
JaninoCompilationProblemJanino version of a CompilationProblemConstructor SummaryJaninoCompilationProblem(org.Classorg.apache.commons.jci.compilersApache Commons
JaninoJavaCompilerFields inherited from class org.Classorg.apache.commons.jci.compilersApache Commons
JaninoJavaCompilerSettingsClassorg.apache.commons.jci.compilersApache Commons
JavaCompilerThe general compiler interface.Interfaceorg.apache.commons.jci.compilersApache Commons
JavaCompilerFactoryCreates JavaCompilers TODO use META-INF discovery mechanismClassorg.apache.commons.jci.compilersApache Commons
JavaCompilerSettingsMost common denominator for JavaCompiler settings.Classorg.apache.commons.jci.compilersApache Commons
JspGeneratorClassorg.apache.commons.jci.examples.serverpagesApache Commons
JspReaderClassorg.apache.commons.jci.examples.serverpagesApache Commons
MemoryResourceReaderA memory based reader to compile from memoryConstructor SummaryMemoryResourceReader()Classorg.apache.commons.jci.readersApache Commons
MemoryResourceStoreStore just in memoryConstructor SummaryMemoryResourceStore()Classorg.apache.commons.jci.storesApache Commons
ReloadingClassLoaderThe ReloadingClassLoader uses a delegation mechansim to allow classes to be reloaded.Classorg.apache.commons.jciApache Commons
ReloadingListenerThis Listener waits for FAM events to trigger a reload of classesFields inherited from class org.Classorg.apache.commons.jci.listenersApache Commons
ReloadNotificationListenerInterfaceorg.apache.commons.jci.listenersApache Commons
ResourceReaderA ResourceReader provide acces to resource like e.Interfaceorg.apache.commons.jci.readersApache Commons
ResourceStoreInterfaceorg.apache.commons.jci.storesApache Commons
ResourceStoreClassLoaderClassorg.apache.commons.jci.storesApache Commons
RhinoCompilationProblemClassorg.apache.commons.jci.compilersApache Commons
RhinoJavaCompilerFields inherited from class org.Classorg.apache.commons.jci.compilersApache Commons
RhinoJavaCompilerSettingsConstructor SummaryRhinoJavaCompilerSettings()Methods inherited from class org.Classorg.apache.commons.jci.compilersApache Commons
ServerPageServletA mini JSP servlet that monitors a certain directory and recompiles and then instantiates the JSP pages as soon asClassorg.apache.commons.jci.examples.serverpagesApache Commons
SomethingClassorg.apache.commons.jci.examples.configurationApache Commons
TransactionalInterfaceorg.apache.commons.jci.storesApache Commons
TransactionalResourceStoreA TransactionalResourceStore get signals of the compilation process as a whole.Classorg.apache.commons.jci.storesApache Commons
ArgTagAn argument to a NewTag or InvokeTag.Classorg.apache.commons.jelly.tags.coreApache Commons
ArgTagParentInterface for classes that support ArgTag children.Interfaceorg.apache.commons.jelly.tags.coreApache Commons
AttributeRepresents the attribute definition used by dynamic tags, such as whether the attribute is required or any default values etc.Classorg.apache.commons.jelly.implApache Commons
BaseClassLoaderTagAbstract base tag providing ClassLoader support.Classorg.apache.commons.jelly.tags.coreApache Commons
BaseJellyTestClassorg.apache.commons.jelly.testApache Commons
BeanSourceA tag which is associated with a JavaBean, such as a DynamicBeanTagVersion:$Revision: 155420 $Author:James StrachanInterfaceorg.apache.commons.jelly.implApache Commons
BreakExceptionBreakException is used to terminate loops such as and tags.Classorg.apache.commons.jelly.implApache Commons
BreakTagClassorg.apache.commons.jelly.tags.coreApache Commons
CaseTagA tag which conditionally evaluates its body if my value attribute equals my ancestorClassorg.apache.commons.jelly.tags.coreApache Commons
CatchTagA tag which catches exceptions thrown by its body.Classorg.apache.commons.jelly.tags.coreApache Commons
ChooseTagA tag which conditionally evaluates its body based on some conditionVersion:$Revision: 155420 $Author:James StrachanClassorg.apache.commons.jelly.tags.coreApache Commons
ClassLoaderUtilsA class to centralize the class loader management code.Classorg.apache.commons.jelly.utilApache Commons
CollectionTagA tag which is capable of consuming objects, such as a tag such that nested objects will be added to the parent tag.Interfaceorg.apache.commons.jelly.implApache Commons
CommandLineParserUtility class to parse command line options using CLI.Classorg.apache.commons.jelly.utilApache Commons
CompilableTagCompilable represents a Tag that is compilable.Interfaceorg.apache.commons.jellyApache Commons
CompositeExpressionCompositeExpression is a Composite expression made up of several Expression objects which are concatenated into a single String.Classorg.apache.commons.jelly.expressionApache Commons
CompositeTextScriptBlockCompositeTextScriptBlock represents a text body of a a tag which contains expressions, so that whitespace trimmingClassorg.apache.commons.jelly.implApache Commons
ConstantExpressionConstantExpression represents a constant expression.Classorg.apache.commons.jelly.expressionApache Commons
CoreTagLibraryThis is the core tag library for jelly and contains commonly This class could be generated by XDocletClassorg.apache.commons.jelly.tags.coreApache Commons
DefaultNamespaceFilterXMLFilter that can provide a default namespace when one has not been declared by the XML document.Classorg.apache.commons.jelly.parserApache Commons
DefaultTagA tag which conditionally evaluates its body if none of its preceeding sibling Classorg.apache.commons.jelly.tags.coreApache Commons
DefaultTagFactoryDefaultTagFactory a default implementation of TagFactory which creates new instances of a given class.Classorg.apache.commons.jelly.implApache Commons
DefaultTagLibraryResolverDefaultTagLibraryResolver is a default implemenation which attempts to interpret the URI as a String called 'jelly:className'Classorg.apache.commons.jelly.implApache Commons
DynaBeanTagSupportDynaBeanTag is a DynaTag implementation which uses a DynaBean to store its attribute values in.Classorg.apache.commons.jellyApache Commons
DynaTagDynaTag represents a Jelly custom tag which can take its attributes dynamically and store them in some data structure.Interfaceorg.apache.commons.jellyApache Commons
DynaTagSupportDynaTagSupport is an abstract base class for any DynaTag implementation to derive from.Classorg.apache.commons.jellyApache Commons
DynamicBeanTagThis tag is bound onto a Java Bean class.Classorg.apache.commons.jelly.implApache Commons
DynamicDynaBeanTagThis tag is bound onto a DynaClass instance.Classorg.apache.commons.jelly.implApache Commons
DynamicTagDynamicTag is a tag that is created from inside a Jelly script as a Jelly template and will invoke aClassorg.apache.commons.jelly.implApache Commons
DynamicTagLibraryDynamicTagLibrary represents a TagLibrary which gets created by running a Jelly script.Classorg.apache.commons.jelly.implApache Commons
EmbeddedClassorg.apache.commons.jelly.implApache Commons
ExprTagA tag which evaluates an expressionVersion:$Revision: 155420 $Author:James StrachanClassorg.apache.commons.jelly.tags.coreApache Commons
ExpressionExpression represents an arbitrary expression using some pluggable expression language.Interfaceorg.apache.commons.jelly.expressionApache Commons
ExpressionFactoryExpressionFactory is a factory of Expression objects.Interfaceorg.apache.commons.jelly.expressionApache Commons
ExpressionScriptExpressionScript outputs the value of an expression as text.Classorg.apache.commons.jelly.implApache Commons
ExpressionSupport an abstract base class for Expression implementations which provides default implementations of some of theClassorg.apache.commons.jelly.expressionApache Commons
FileTagA tag that pipes its body to a file denoted by the name attribute or to an in memory String which is then output to a variable denoted by the var variable.Classorg.apache.commons.jelly.tags.coreApache Commons
ForEachTagIterates over a collection, iterator or an array of objects.Classorg.apache.commons.jelly.tags.coreApache Commons
GetStaticTagA tag which can retrieve the value of a static field of a given class.Classorg.apache.commons.jelly.tags.coreApache Commons
IfTagA tag which conditionally evaluates its body based on some conditionVersion:$Revision: 155420 $Author:James StrachanClassorg.apache.commons.jelly.tags.coreApache Commons
ImportTagImports another script.Classorg.apache.commons.jelly.tags.coreApache Commons
IncludeTagA tag which conditionally evaluates its body based on some conditionVersion:$Revision: 155420 $Author:James StrachanClassorg.apache.commons.jelly.tags.coreApache Commons
InvokeStaticTagA Tag which can invoke a static method on a class, without an instance of the class being needed.Classorg.apache.commons.jelly.tags.coreApache Commons
InvokeTagA tag which calls a method in an object instantied by core:newVersion:$Revision: 155420 $Author:Rodney WaldhoffClassorg.apache.commons.jelly.tags.coreApache Commons
JellyJelly is a helper class which is capable of running a Jelly script.Classorg.apache.commons.jellyApache Commons
JellyContextJellyContext represents the Jelly context.Classorg.apache.commons.jellyApache Commons
JellyExceptionJellyException is the root of all Jelly exceptions.Classorg.apache.commons.jellyApache Commons
JellyServletServlet for handling display of Jelly-fied XML files.Classorg.apache.commons.jelly.servletApache Commons
JellyServletContextClassorg.apache.commons.jelly.servletApache Commons
JellyTagThe root Jelly tag which should be evaluated firstVersion:$Revision: 155420 $Author:James StrachanClassorg.apache.commons.jelly.tags.coreApache Commons
JellyTagExceptionA JellyTagException is an exception generated by a TagVersion:$Revision: 155420 $Author:Morgan DelagrangeSee Also:Serialized FormClassorg.apache.commons.jellyApache Commons
JexlExpression expression which fully supports the Expression Language in JSTL and JSP along with some extra features like object method invocation.Classorg.apache.commons.jelly.expression.jexlApache Commons
JexlExpressionFactoryRepresents a factory of Jexl expression which fully supports the Expression Language in JSTL and JSP.Classorg.apache.commons.jelly.expression.jexlApache Commons
LocationAwareLocationAware represents a Tag or Exception which is location aware.Interfaceorg.apache.commons.jellyApache Commons
MapTagSupportMapTag is a DynaTag implementation which uses a Map to store its attribute values in.Classorg.apache.commons.jellyApache Commons
MissingAttributeExceptionJellyException is the root of all Jelly exceptions.Classorg.apache.commons.jellyApache Commons
MuteTagA tag which executes its body but passing no output.Classorg.apache.commons.jelly.tags.coreApache Commons
NamespaceAwareTagNamespaceAwareTag represents a Jelly custom tag which needs to be aware of the XML Namespace context in which it is used.Interfaceorg.apache.commons.jellyApache Commons
NestedRuntimeExceptionA RuntimeException which is nested to preserve stack traces.Classorg.apache.commons.jelly.utilApache Commons
NewTagA tag which creates a new object of the given typeVersion:$Revision: 155420 $Author:James StrachanClassorg.apache.commons.jelly.tags.coreApache Commons
OtherwiseTagThe otherwise block of a choose/when/otherwise group of tagsVersion:$Revision: 155420 $Author:James StrachanClassorg.apache.commons.jelly.tags.coreApache Commons
ParseTagParses the output of this tags body or of a given String as a Jelly script then either outputting the Script as a variable or executing the script.Classorg.apache.commons.jelly.tags.coreApache Commons
RemoveTagA tag which removes the variable of the given name from the current variable scope.Classorg.apache.commons.jelly.tags.coreApache Commons
ResourcesProvides locale-neutral access to string resources.Classorg.apache.commons.jelly.tagsApache Commons
SafeContentHandlerEnsures that only one start and end document event is passed onto the underlying ContentHandler.Classorg.apache.commons.jelly.utilApache Commons
ScopeTagA tag which creates a new child variable scope for its body.Classorg.apache.commons.jelly.tags.coreApache Commons
ScriptScript represents a Jelly script.Interfaceorg.apache.commons.jellyApache Commons
ScriptBlockScriptBlock a block of scripts.Classorg.apache.commons.jelly.implApache Commons
SetPropertiesTagA tag which sets the bean properties on the given bean.Classorg.apache.commons.jelly.tags.coreApache Commons
SetTagA tag which sets a variable from the result of an expressionVersion:$Revision: 155420 $Author:James StrachanClassorg.apache.commons.jelly.tags.coreApache Commons
StaticTagStaticTag represents a static XML element which echos itself to XMLOutput when it is invoked.Classorg.apache.commons.jelly.implApache Commons
StaticTagScriptStaticTagScript is a script that evaluates a StaticTag, a piece of static XML though its attributes or element content may contain dynamic expressions.Classorg.apache.commons.jelly.implApache Commons
SwitchTagExecutes the child tag whose value equals my on attribute.Classorg.apache.commons.jelly.tags.coreApache Commons
TagTag represents a Jelly custom tag.Interfaceorg.apache.commons.jellyApache Commons
TagFactoryTagFactory represents a Factory of Tag instances.Interfaceorg.apache.commons.jelly.implApache Commons
TagLibraryTaglib represents the metadata for a Jelly custom tag library.Classorg.apache.commons.jellyApache Commons
TagLibraryResolverTagLibraryResolver represents an object capable of resolving a URI to a TagLibrary instance.Interfaceorg.apache.commons.jelly.implApache Commons
TagScriptTagScript is a Script that evaluates a custom tag.Classorg.apache.commons.jelly.implApache Commons
TagSupportTagSupport an abstract base class which is useful to inherit from if developing your own tag.Classorg.apache.commons.jellyApache Commons
TagUtilsContains static methods to help tag developers.Classorg.apache.commons.jelly.utilApache Commons
TextScriptTextScript outputs some static text.Classorg.apache.commons.jelly.implApache Commons
ThreadTagA tag that spawns the contained script in a separate threadAuthor:Vinay ChandranClassorg.apache.commons.jelly.tags.coreApache Commons
UseBeanTagA tag which instantiates an instance of the given class and then sets the properties on the bean.Classorg.apache.commons.jelly.tags.coreApache Commons
UseListTagA tag which creates a List implementation and optionally adds all of the elements identified by the items attribute.Classorg.apache.commons.jelly.tags.coreApache Commons
WhenTagA tag which conditionally evaluates its body based on some conditionVersion:$Revision: 155420 $Author:James StrachanClassorg.apache.commons.jelly.tags.coreApache Commons
WhileTagA tag which performs an iteration while the result of an expression is true.Classorg.apache.commons.jelly.tags.coreApache Commons
WhitespaceTagA simple tag used to preserve whitespace inside its bodyVersion:$Revision: 155420 $Author:James StrachanClassorg.apache.commons.jelly.tags.coreApache Commons
XMLOutputXMLOutput is used to output XML events in a SAX-like manner.Classorg.apache.commons.jellyApache Commons
XMLParserXMLParser parses the XML Jelly format.Classorg.apache.commons.jelly.parserApache Commons
XPathComparatorCompares xml nodes by extracting the value at xpath andVersion:$Id: XPathComparator.Classorg.apache.commons.jelly.xpathApache Commons
XPathExpressionAn expression which returns an XPath object.Classorg.apache.commons.jelly.expression.xpathApache Commons
XPathSourceA tag which is capable of producing a source of XPath context objects such as Interfaceorg.apache.commons.jelly.xpathApache Commons
XPathTagSupportAn abstract base class useful for implementation inheritenceVersion:$Revision: 155420 $Author:James StrachanClassorg.apache.commons.jelly.xpathApache Commons
JexlArithmeticPerform arithmetic, implements JexlOperator methods.Classorg.apache.commons.jexl3Apache Commons
JexlBuilderConfigure and builds a JexlEngine.Classorg.apache.commons.jexl3Apache Commons
JexlContextManages variables which can be referenced in a JEXL expression.Interfaceorg.apache.commons.jexl3Apache Commons
JexlEngineCreates and evaluates JexlExpression and JexlScript objects.Classorg.apache.commons.jexl3Apache Commons
JexlExceptionWraps any error that might occur during interpretation of a script or expression.Classorg.apache.commons.jexl3Apache Commons
JexlExpressionRepresents a single JEXL expression.Interfaceorg.apache.commons.jexl3Apache Commons
JexlInfoHelper class to carry information such as a url/file name, line and column for debugging information reporting.Classorg.apache.commons.jexl3Apache Commons
JexlMethodInterface used for regular method invocation.Interfaceorg.apache.commons.jexl3.introspectionApache Commons
JexlOperator These are the operators that are executed by JexlArithmetic methods.Classorg.apache.commons.jexl3Apache Commons
JexlPropertyGetInterface for getting values that appear to be properties.Interfaceorg.apache.commons.jexl3.introspectionApache Commons
JexlPropertySetInterface used for setting values that appear to be properties.Interfaceorg.apache.commons.jexl3.introspectionApache Commons
JexlSandboxA sandbox describes permissions on a class by explicitly allowing or forbidding access to methods and properties through whitelists and blacklists.Classorg.apache.commons.jexl3.introspectionApache Commons
JexlScript A script is some valid JEXL syntax to be executed with a given set of JexlContext variables.Interfaceorg.apache.commons.jexl3Apache Commons
JexlScriptEngine This implementation gives access to both ENGINE_SCOPE and GLOBAL_SCOPE bindings.Classorg.apache.commons.jexl3.scriptingApache Commons
JexlScriptEngineFactory Supports the following: Language short names: JEXL, Jexl, jexl, JEXL2, Jexl2, jexl2, JEXL3, Jexl3, jexl3 Classorg.apache.commons.jexl3.scriptingApache Commons
JexlUberspect'Federated' introspection/reflection interface to allow JEXL introspection behavior to be customized.Interfaceorg.apache.commons.jexl3.introspectionApache Commons
JxltEngineA simple JeXL Template engine.Classorg.apache.commons.jexl3Apache Commons
MainTest application for JexlScriptEngine (JSR-223 implementation).Classorg.apache.commons.jexl3.scriptingApache Commons
MapContextWraps a map in a context.Classorg.apache.commons.jexl3Apache Commons
NoJexlIndicates JEXL Introspection should not see this element.Classorg.apache.commons.jexl3.annotationsApache Commons
ObjectContextWraps an Object as a JEXL context and NamespaceResolver.Classorg.apache.commons.jexl3Apache Commons
AbstractFactoryThe JXPathContext.Classorg.apache.commons.jxpathApache Commons
AncestorContextEvalContext that walks the ancestor:: and ancestor-or-self:: axes.Classorg.apache.commons.jxpath.ri.axesApache Commons
AttributeContextEvalContext that walks the attribute:: axis.Classorg.apache.commons.jxpath.ri.axesApache Commons
BasicNodeSetA simple implementation of NodeSet that behaves as a collectionVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovClassorg.apache.commons.jxpathApache Commons
BasicTypeConverterThe default implementation of TypeConverter.Classorg.apache.commons.jxpath.utilApache Commons
BasicVariablesA basic implementation of the Variables interface that uses a HashMap.Classorg.apache.commons.jxpathApache Commons
BeanAttributeIteratorAn iterator of attributes of a JavaBean.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
BeanPointerA Pointer that points to a JavaBean or a collection.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
BeanPointerFactoryClassorg.apache.commons.jxpath.ri.model.beansApache Commons
BeanPropertyPointerPointer pointing to a property of a JavaBean.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
ChildContextEvalContext that can walk the child::, following-sibling:: and preceding-sibling:: axes.Classorg.apache.commons.jxpath.ri.axesApache Commons
ClassFunctionsExtension functions provided by a Java class.Classorg.apache.commons.jxpathApache Commons
ClassLoaderUtilPort of class loading methods from org.Classorg.apache.commons.jxpath.utilApache Commons
CollectionAttributeNodeIteratorCombines attribute node iterators of all elements of a collection into one aggregate attribute node iterator.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
CollectionChildNodeIteratorCombines child node iterators of all elements of a collection into one aggregate child node iterator.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
CollectionNodeIteratorCombines node iterators of all elements of a collection into one aggregate node iterator.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
CollectionPointerTransparent pointer to a collection (array or Collection).Classorg.apache.commons.jxpath.ri.model.beansApache Commons
CollectionPointerFactoryClassorg.apache.commons.jxpath.ri.model.beansApache Commons
CompiledExpressionRepresents a compiled XPath.Interfaceorg.apache.commons.jxpathApache Commons
CompilerThe Compiler APIs are completely agnostic to the actual types of objects produced and consumed by the APIs.Interfaceorg.apache.commons.jxpath.riApache Commons
ConstantA compile tree element containing a constant number or string.Classorg.apache.commons.jxpath.ri.compilerApache Commons
ConstantsString constants for this package.Classorg.apache.commons.jxpath.servletApache Commons
ConstructorFunctionAn extension function that creates an instance using a constructor.Classorg.apache.commons.jxpath.functionsApache Commons
ContainerA Container is an object implementing an indirection mechanism transparent to JXPath.Interfaceorg.apache.commons.jxpathApache Commons
ContainerPointerTransparent pointer to a Container.Classorg.apache.commons.jxpath.ri.model.containerApache Commons
ContainerPointerFactoryClassorg.apache.commons.jxpath.ri.model.containerApache Commons
CoreFunctionAn element of the compile tree representing one of built-in functions like position() or number().Classorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationThe common subclass for tree elements representing core operations like +,Version:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationAddClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationAndClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationCompareCommon superclass for the implementations of Expression for the operationsVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationDivideClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationEqualClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationGreaterThanClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationGreaterThanOrEqualClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationLessThanClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationLessThanOrEqualClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationModClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationMultiplyClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationNegateClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationNotEqualClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationOrClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationRelationalExpressionBase implementation of Expression for the operations >, >=, <, <=.Classorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationSubtractClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationUnionClassorg.apache.commons.jxpath.ri.compilerApache Commons
DescendantContextAn EvalContext that walks the descendant:: and descendant-or-self::Version:$Revision: 670727 $ $Date: 2008-06-23 22:10:38 +0200 (Mo, 23 Jun 2008) $Author:Dmitri PlotnikovClassorg.apache.commons.jxpath.ri.axesApache Commons
DocumentContainerAn XML document container reads and parses XML only when it is accessed.Classorg.apache.commons.jxpath.xmlApache Commons
DOMAttributeIteratorAn iterator of attributes of a DOM Node.Classorg.apache.commons.jxpath.ri.model.domApache Commons
DOMAttributePointerA Pointer that points to a DOM node.Classorg.apache.commons.jxpath.ri.model.domApache Commons
DOMNamespaceIteratorAn iterator of namespaces of a DOM Node.Classorg.apache.commons.jxpath.ri.model.domApache Commons
DOMNodeIteratorAn iterator of children of a DOM Node.Classorg.apache.commons.jxpath.ri.model.domApache Commons
DOMNodePointerA Pointer that points to a DOM node.Classorg.apache.commons.jxpath.ri.model.domApache Commons
DOMParserAn implementation of the XMLParser interface that produces a DOM Document.Classorg.apache.commons.jxpath.xmlApache Commons
DOMPointerFactoryClassorg.apache.commons.jxpath.ri.model.domApache Commons
DynaBeanPointerA Pointer that points to a DynaBean.Classorg.apache.commons.jxpath.ri.model.dynabeansApache Commons
DynaBeanPointerFactory Apache Commons BeanUtilsVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovClassorg.apache.commons.jxpath.ri.model.dynabeansApache Commons
DynaBeanPropertyPointerPointer pointing to a property of a DynaBean.Classorg.apache.commons.jxpath.ri.model.dynabeansApache Commons
DynamicAttributeIteratorDynamicAttributeIterator is different from a regular BeanAttributeIterator in that given a property name itClassorg.apache.commons.jxpath.ri.model.dynamicApache Commons
DynamicPointerA Pointer that points to an object with Dynamic Properties.Classorg.apache.commons.jxpath.ri.model.dynamicApache Commons
DynamicPointerFactoryClassorg.apache.commons.jxpath.ri.model.dynamicApache Commons
DynamicPropertyHandlerA generic mechanism for accessing collections of name/value pairs.Interfaceorg.apache.commons.jxpathApache Commons
DynamicPropertyIteratorClassorg.apache.commons.jxpath.ri.model.dynamicApache Commons
DynamicPropertyPointerPointer pointing to a property of an object with dynamic properties.Classorg.apache.commons.jxpath.ri.model.dynamicApache Commons
EvalContextAn XPath evaluation context.Classorg.apache.commons.jxpath.riApache Commons
ExceptionHandlerException handler interface.Interfaceorg.apache.commons.jxpathApache Commons
ExpressionCommon superclass for several types of nodes in the parse tree.Classorg.apache.commons.jxpath.ri.compilerApache Commons
ExpressionContextIf an extenstion function has an argument of type ExpressionContext, it can gain access to the current node of an XPath expression context.Interfaceorg.apache.commons.jxpathApache Commons
ExpressionPathAn element of the parse tree that represents an expression path, which is a path that starts with an expression like a function call: getFoo(.Classorg.apache.commons.jxpath.ri.compilerApache Commons
ExtendedKeyManagerMore complete implementation for the XPath key() function.Interfaceorg.apache.commons.jxpathApache Commons
ExtensionFunctionRepresents an element of the parse tree representing an extension functionVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovClassorg.apache.commons.jxpath.ri.compilerApache Commons
FunctionExtension function interface.Interfaceorg.apache.commons.jxpathApache Commons
FunctionLibraryAn object that aggregates Functions objects into a group Functions object.Classorg.apache.commons.jxpathApache Commons
FunctionsA group of Function objects sharing a common namespace or a set of common namespaces.Interfaceorg.apache.commons.jxpathApache Commons
HttpSessionAndServletContextJust a structure to hold a ServletRequest and ServletContext together.Classorg.apache.commons.jxpath.servletApache Commons
HttpSessionHandler interface that provides access to attributes of a @{link HttpSession}.Classorg.apache.commons.jxpath.servletApache Commons
IdentityManagerA delegate of JXPathContext that implements the XPath id() function.Interfaceorg.apache.commons.jxpathApache Commons
InfoSetUtilType conversions, XPath style.Classorg.apache.commons.jxpath.riApache Commons
InitialContextA single-set EvalContext that provides access to the current node of the parent context and nothing else.Classorg.apache.commons.jxpath.ri.axesApache Commons
JDOMAttributeIteratorAn iterator of attributes of a DOM Node.Classorg.apache.commons.jxpath.ri.model.jdomApache Commons
JDOMAttributePointerA Pointer that points to a DOM node.Classorg.apache.commons.jxpath.ri.model.jdomApache Commons
JDOMNamespaceIteratorAn iterator of namespaces of a DOM Node.Classorg.apache.commons.jxpath.ri.model.jdomApache Commons
JDOMNamespacePointerRepresents a namespace node.Classorg.apache.commons.jxpath.ri.model.jdomApache Commons
JDOMNodeIteratorAn iterator of children of a JDOM Node.Classorg.apache.commons.jxpath.ri.model.jdomApache Commons
JDOMNodePointerA Pointer that points to a DOM node.Classorg.apache.commons.jxpath.ri.model.jdomApache Commons
JDOMParserAn implementation of the XMLParser interface that produces a JDOM Document.Classorg.apache.commons.jxpath.xmlApache Commons
JDOMPointerFactoryClassorg.apache.commons.jxpath.ri.model.jdomApache Commons
JXPath11CompatibleTypeConverterTypeConverter implementation to circumvent automagic NodeSet decoding.Classorg.apache.commons.jxpath.utilApache Commons
JXPathAbstractFactoryExceptionThrown when an AbstractFactory cannot generate an object for the requested path.Classorg.apache.commons.jxpathApache Commons
JXPathBasicBeanInfoAn implementation of JXPathBeanInfo based on JavaBeans' BeanInfo.Classorg.apache.commons.jxpathApache Commons
JXPathBeanInfoJXPathBeanInfo is similar to BeanInfo in that it describes properties of a JavaBean class.Interfaceorg.apache.commons.jxpathApache Commons
JXPathCompiledExpressionRI of CompiledExpression.Classorg.apache.commons.jxpath.riApache Commons
JXPathContextJXPathContext provides APIs for the traversal of graphs of JavaBeans using the XPath syntax.Classorg.apache.commons.jxpathApache Commons
JXPathContextFactoryDefines a factory API that enables applications to obtain a JXPathContext instance.Classorg.apache.commons.jxpathApache Commons
JXPathContextFactoryConfigurationErrorThrown when a problem with configuration with the JXPathContextFactories exists.Classorg.apache.commons.jxpathApache Commons
JXPathContextFactoryReferenceImplDefault implementation of JXPathContextFactory.Classorg.apache.commons.jxpath.riApache Commons
JXPathContextReferenceImplThe reference implementation of JXPathContext.Classorg.apache.commons.jxpath.riApache Commons
JXPathExceptionThrown in various situations by JXPath; may contain a nested exception.Classorg.apache.commons.jxpathApache Commons
JXPathFunctionNotFoundExceptionThrown when JXPath encounters an unknown extension function.Classorg.apache.commons.jxpathApache Commons
JXPathIntrospectorJXPathIntrospector maintains a registry of JXPathBeanInfo objects for Java classes.Classorg.apache.commons.jxpathApache Commons
JXPathInvalidAccessExceptionSimilary to InvocationTargetException in that it is thrown when JXPath cannot access properties, collection etc on theClassorg.apache.commons.jxpathApache Commons
JXPathInvalidSyntaxExceptionThrown when JXPath cannot parse a supplied XPath.Classorg.apache.commons.jxpathApache Commons
JXPathNotFoundExceptionThrown when JXPath cannot find a requested path.Classorg.apache.commons.jxpathApache Commons
JXPathServletContextsStatic methods that allocate and cache JXPathContexts bound to PageContext, ServletRequest, HttpSessionClassorg.apache.commons.jxpath.servletApache Commons
JXPathTypeConversionExceptionThrown when JXPath cannot convert supplied value to the required type.Classorg.apache.commons.jxpathApache Commons
KeyManagerA delegate of JXPathContext that implements the XPath key()Version:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovInterfaceorg.apache.commons.jxpathApache Commons
KeyManagerUtilsClassorg.apache.commons.jxpath.utilApache Commons
KeywordVariables to a single object using a reserved name (keyword).Classorg.apache.commons.jxpath.servletApache Commons
LangAttributePointerA Pointer that points to the lang attribute of a JavaBean.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
LocationPathClassorg.apache.commons.jxpath.ri.compilerApache Commons
MapDynamicPropertyHandlerClassorg.apache.commons.jxpathApache Commons
MethodFunctionAn XPath extension function implemented as an individual Java method.Classorg.apache.commons.jxpath.functionsApache Commons
MethodLookupUtilsMethod lookup utilities, which find static and non-static methods as well as constructors based on a name and list of parameters.Classorg.apache.commons.jxpath.utilApache Commons
NameAttributeTestCaptures the foo[@name=expr] expression.Classorg.apache.commons.jxpath.ri.compilerApache Commons
NamespaceContextEvalContext that walks the namespace:: axis.Classorg.apache.commons.jxpath.ri.axesApache Commons
NamespacePointerRepresents a namespace node.Classorg.apache.commons.jxpath.ri.model.domApache Commons
NamespaceResolverNamespace resolver for JXPathContextReferenceImpl.Classorg.apache.commons.jxpath.riApache Commons
NodeIteratorDefinition for an iterator for all kinds of Nodes.Interfaceorg.apache.commons.jxpath.ri.modelApache Commons
NodeNameTestClassorg.apache.commons.jxpath.ri.compilerApache Commons
NodePointerCommon superclass for Pointers of all kinds.Classorg.apache.commons.jxpath.ri.modelApache Commons
NodePointerFactoryCreates NodePointers for objects of a certain type.Interfaceorg.apache.commons.jxpath.ri.modelApache Commons
NodeSetNodeSet interface can be used as the type of an argument of an extension function.Interfaceorg.apache.commons.jxpathApache Commons
NodeSetContextA simple context that is based on a NodeSet.Classorg.apache.commons.jxpath.ri.axesApache Commons
NodeTestClassorg.apache.commons.jxpath.ri.compilerApache Commons
NodeTypeTestClassorg.apache.commons.jxpath.ri.compilerApache Commons
NullElementPointerUsed when there is a need to construct a Pointer for a collection element that does not exist.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
NullPointerPointer whose value is null.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
NullPropertyPointerClassorg.apache.commons.jxpath.ri.model.beansApache Commons
OperationClassorg.apache.commons.jxpath.ri.compilerApache Commons
PackageFunctionsExtension functions provided by Java classes.Classorg.apache.commons.jxpathApache Commons
PageContextHandler access to attributes of a PageContext in all scopes.Classorg.apache.commons.jxpath.servletApache Commons
PageScopeContextA lightweight wrapper for PageContext that restricts access to attributes of the page scope.Classorg.apache.commons.jxpath.servletApache Commons
PageScopeContextHandler access to attributes of a PageScopeContext.Classorg.apache.commons.jxpath.servletApache Commons
ParentContextEvalContext that walks the parent:: axis.Classorg.apache.commons.jxpath.ri.axesApache Commons
ParseExceptionThis exception is thrown when parse errors are encountered.Classorg.apache.commons.jxpath.ri.parserApache Commons
ParserClassorg.apache.commons.jxpath.riApache Commons
PathClassorg.apache.commons.jxpath.ri.compilerApache Commons
PointerPointers represent locations of objects and their properties in Java object graphs.Interfaceorg.apache.commons.jxpathApache Commons
PrecedingOrFollowingContextEvalContext that walks the preceding:: and following:: axes.Classorg.apache.commons.jxpath.ri.axesApache Commons
PredicateContextEvalContext that checks predicates.Classorg.apache.commons.jxpath.ri.axesApache Commons
ProcessingInstructionTestClassorg.apache.commons.jxpath.ri.compilerApache Commons
PropertyIteratorIterates property values of an object pointed at with a PropertyOwnerPointer.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
PropertyOwnerPointerA pointer describing a node that has properties, each of which could beVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovSee Also:Serialized FormClassorg.apache.commons.jxpath.ri.model.beansApache Commons
PropertyPointerA pointer allocated by a PropertyOwnerPointer to represent the value of a property of the parent object.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
QNameA qualified name: a combination of an optional namespace prefixVersion:$Revision: 652925 $ $Date: 2008-05-03 00:05:41 +0200 (Sa, 03 Mai 2008) $Author:Dmitri PlotnikovSee Also:Serialized FormClassorg.apache.commons.jxpath.riApache Commons
ReverseComparatorClassorg.apache.commons.jxpath.utilApache Commons
RootContextEvalContext that is used to hold the root node for the path traversal.Classorg.apache.commons.jxpath.ri.axesApache Commons
SelfContextEvalContext that returns the current node from the parent context if theVersion:$Revision: 1523199 $ $Date: 2013-09-14 11:45:47 +0200 (Sa, 14 Sep 2013) $Author:Dmitri PlotnikovClassorg.apache.commons.jxpath.ri.axesApache Commons
ServletContextHandler access to attributes of a ServletContext.Classorg.apache.commons.jxpath.servletApache Commons
ServletRequestAndContextJust a structure to hold a ServletRequest and ServletContextVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovClassorg.apache.commons.jxpath.servletApache Commons
ServletRequestHandler interface that provides access to attributes and parameters of a ServletRequest.Classorg.apache.commons.jxpath.servletApache Commons
SimpleCharStreamAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).Classorg.apache.commons.jxpath.ri.parserApache Commons
SimplePathInterpreterAn evaluation mechanism for simple XPaths, which is much faster than the usual process.Classorg.apache.commons.jxpath.ri.axesApache Commons
StepClassorg.apache.commons.jxpath.ri.compilerApache Commons
StrictLazyDynaBeanPointerFactory NodePointerFactory that returns a special type of NodePointer for LazyDynaBeans.Classorg.apache.commons.jxpath.ri.model.dynabeansApache Commons
TokenDescribes the input token stream.Classorg.apache.commons.jxpath.ri.parserApache Commons
TokenMgrErrorClassorg.apache.commons.jxpath.ri.parserApache Commons
TreeCompilerClassorg.apache.commons.jxpath.ri.compilerApache Commons
TypeConverterA type converter can be installed on TypeUtils to introduce additional type conversions for JXPath.Interfaceorg.apache.commons.jxpath.utilApache Commons
TypeUtilsGlobal type conversion utilities.Classorg.apache.commons.jxpath.utilApache Commons
UnionContextEvalContext that represents a union between other contexts - result of a union operation like (a b)Classorg.apache.commons.jxpath.ri.axesApache Commons
ValueUtilsCollection and property access utilities.Classorg.apache.commons.jxpath.utilApache Commons
VariablePointerPointer to a context variable.Classorg.apache.commons.jxpath.ri.modelApache Commons
VariablePointerFactoryNodePointerFactory to create VariablePointers.Classorg.apache.commons.jxpath.ri.modelApache Commons
VariableReferenceAn element of the compile tree holding a variable reference.Classorg.apache.commons.jxpath.ri.compilerApache Commons
VariablesVariables provide access to a global set of values accessible via XPath.Interfaceorg.apache.commons.jxpathApache Commons
XMLDocumentContainerAn XML document container reads and parses XML only when it is accessed.Classorg.apache.commons.jxpathApache Commons
XMLParserCommon interface for XML parsers.Interfaceorg.apache.commons.jxpath.xmlApache Commons
XMLParser2The abstract superclass of XML parsers that produce DOM Documents.Classorg.apache.commons.jxpath.xmlApache Commons
XPathParserClassorg.apache.commons.jxpath.ri.parserApache Commons
XPathParserConstantsInterfaceorg.apache.commons.jxpath.ri.parserApache Commons
XPathParserTokenManagerClassorg.apache.commons.jxpath.ri.parserApache Commons
ArgumentSetA class that represents a set of nested elements.Classorg.apache.commons.launcher.typesApache Commons
ChildMainA wrapper class that invokes another class' main(String[]).Classorg.apache.commons.launcherApache Commons
ConditionalArgumentA class that represents nested or elements.Classorg.apache.commons.launcher.typesApache Commons
ConditionalArgumentSetA class that represents a set of nested elements of ConditionalArgument objects.Classorg.apache.commons.launcher.typesApache Commons
ConditionalVariableA class that represents nested or elements.Classorg.apache.commons.launcher.typesApache Commons
ConditionalVariableSetA class that represents a set of nested elements of ConditionalVariable objects.Classorg.apache.commons.launcher.typesApache Commons
ExitOnErrorThreadGroupA class that subclasses the ThreadGroup class.Classorg.apache.commons.launcherApache Commons
JVMArgumentSetA class that represents a set of nested elements.Classorg.apache.commons.launcher.typesApache Commons
LaunchCommandA class that represents the holds the various argument types that are used in a Java command.Classorg.apache.commons.launcherApache Commons
LauncherA class that is used to launch a Java process.Classorg.apache.commons.launcherApache Commons
LauncherBootstrapThis class is used as a wrapper for loading the org.ClassApache Commons
LaunchFilterAn interface that provides a means for application developers to perform dynamic configuration and error checking of the attributes and nestedInterfaceorg.apache.commons.launcherApache Commons
LaunchTaskA class that eliminates the need for a batch or shell script to launch a Java class.Classorg.apache.commons.launcherApache Commons
ParentListenerClassorg.apache.commons.launcherApache Commons
StreamConnectorA class for connecting an OutputStream to an InputStream.Classorg.apache.commons.launcherApache Commons
SysPropertySetA class that represents a set of nested elements.Classorg.apache.commons.launcher.typesApache Commons
AbsAbsolute value function.Classorg.apache.commons.math3.analysis.functionApache Commons
AbstractConvergenceCheckerBase class for all convergence checker implementations.Classorg.apache.commons.math3.optimApache Commons
AbstractConvergenceCheckerBase class for all convergence checker implementations.Classorg.apache.commons.math3.optimizationApache Commons
AbstractCurveFitterBase class that contains common code for fitting parametric univariate real functions y = f(pi;x), where x isClassorg.apache.commons.math3.fittingApache Commons
AbstractDifferentiableOptimizerBase class for implementing optimizers for multivariate scalar differentiable functions.Classorg.apache.commons.math3.optimization.generalApache Commons
AbstractDifferentiableUnivariateSolverClassorg.apache.commons.math3.analysis.solversApache Commons
AbstractEvaluationAn implementation of LeastSquaresProblem.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
AbstractFieldIntegratorBase class managing common boilerplate for all integrators.Classorg.apache.commons.math3.odeApache Commons
AbstractFieldMatrixBasic implementation of FieldMatrix methods regardless of the underlying storage.Classorg.apache.commons.math3.linearApache Commons
AbstractFieldStepInterpolatorThis abstract class represents an interpolator over the last step during an ODE integration.Classorg.apache.commons.math3.ode.samplingApache Commons
AbstractFormatCommon part shared by both FractionFormat and BigFractionFormat.Classorg.apache.commons.math3.fractionApache Commons
AbstractIntegerDistributionBase class for integer-valued discrete distributions.Classorg.apache.commons.math3.distributionApache Commons
AbstractIntegratorBase class managing common boilerplate for all integrators.Classorg.apache.commons.math3.odeApache Commons
AbstractLeastSquaresOptimizerBase class for implementing least-squares optimizers.Classorg.apache.commons.math3.optim.nonlinear.vector.jacobianApache Commons
AbstractLeastSquaresOptimizerBase class for implementing least squares optimizers.Classorg.apache.commons.math3.optimization.generalApache Commons
AbstractLinearOptimizerBase class for implementing linear optimizers.Classorg.apache.commons.math3.optimization.linearApache Commons
AbstractListChromosomeChromosome represented by an immutable list of a fixed length.Classorg.apache.commons.math3.geneticsApache Commons
AbstractMultipleLinearRegressionAbstract base class for implementations of MultipleLinearRegression.Classorg.apache.commons.math3.stat.regressionApache Commons
AbstractMultivariateRealDistributionBase class for multivariate probability distributions.Classorg.apache.commons.math3.distributionApache Commons
AbstractOptimizationProblemBase class for implementing optimization problems.Classorg.apache.commons.math3.optimApache Commons
AbstractParameterizableThis abstract class provides boilerplate parameters list.Classorg.apache.commons.math3.odeApache Commons
AbstractPolynomialSolverBase class for solvers.Classorg.apache.commons.math3.analysis.solversApache Commons
AbstractRandomGeneratorAbstract class implementing the RandomGenerator interface.Classorg.apache.commons.math3.randomApache Commons
AbstractRealDistributionBase class for probability distributions on the reals.Classorg.apache.commons.math3.distributionApache Commons
AbstractRealMatrixBasic implementation of RealMatrix methods regardless of the underlying storage.Classorg.apache.commons.math3.linearApache Commons
AbstractRegionAbstract class for all regions, independently of geometry type or dimension.Classorg.apache.commons.math3.geometry.partitioningApache Commons
AbstractScalarDifferentiableOptimizerBase class for implementing optimizers for multivariate scalar differentiable functions.Classorg.apache.commons.math3.optimization.generalApache Commons
AbstractSimplexThis class implements the simplex concept.Classorg.apache.commons.math3.optim.nonlinear.scalar.noderivApache Commons
AbstractSimplexThis class implements the simplex concept.Classorg.apache.commons.math3.optimization.directApache Commons
AbstractStepInterpolatorThis abstract class represents an interpolator over the last step during an ODE integration.Classorg.apache.commons.math3.ode.samplingApache Commons
AbstractStorelessUnivariateStatisticAbstract implementation of the StorelessUnivariateStatistic interface.Classorg.apache.commons.math3.stat.descriptiveApache Commons
AbstractSubHyperplaneThis class implements the dimension-independent parts of SubHyperplane.Classorg.apache.commons.math3.geometry.partitioningApache Commons
AbstractUnivariateDifferentiableSolverClassorg.apache.commons.math3.analysis.solversApache Commons
AbstractUnivariateSolverBase class for solvers.Classorg.apache.commons.math3.analysis.solversApache Commons
AbstractUnivariateStatisticAbstract base class for all implementations of the UnivariateStatistic interface.Classorg.apache.commons.math3.stat.descriptiveApache Commons
AbstractWellClassorg.apache.commons.math3.randomApache Commons
AcosArc-cosine function.Classorg.apache.commons.math3.analysis.functionApache Commons
AcoshHyperbolic arc-cosine function.Classorg.apache.commons.math3.analysis.functionApache Commons
ActionEnumerate for actions to be performed when an event occurs during ODE integration.Classorg.apache.commons.math3.ode.eventsApache Commons
AdamsBashforthFieldIntegratorThis class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdamsBashforthIntegratorThis class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdamsFieldIntegratorBase class for Adams-Bashforth and Adams-Moulton integrators.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdamsIntegratorBase class for Adams-Bashforth and Adams-Moulton integrators.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdamsMoultonFieldIntegratorThis class implements implicit Adams-Moulton integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdamsMoultonIntegratorThis class implements implicit Adams-Moulton integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdamsNordsieckFieldTransformerTransformer to Nordsieck vectors for Adams integrators.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdamsNordsieckTransformerTransformer to Nordsieck vectors for Adams integrators.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdaptiveStepsizeFieldIntegratorThis abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdaptiveStepsizeIntegratorThis abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AddAdd the two operands.Classorg.apache.commons.math3.analysis.functionApache Commons
AggregateSummaryStatistics An aggregator for SummaryStatistics from several data sets or data set partitions.Classorg.apache.commons.math3.stat.descriptiveApache Commons
AgrestiCoullIntervalClassorg.apache.commons.math3.stat.intervalApache Commons
AkimaSplineInterpolatorComputes a cubic spline interpolation for the data set using the Akima algorithm, as originally formulated by Hiroshi Akima in his 1970 paperClassorg.apache.commons.math3.analysis.interpolationApache Commons
AklToussaintHeuristicA simple heuristic to improve the performance of convex hull algorithms.Classorg.apache.commons.math3.geometry.euclidean.twod.hullApache Commons
AllowedSolutionenum AllowedSolutionThe kinds of solutions that a (bracketed univariate real) root-finding algorithm may accept as solutions.Classorg.apache.commons.math3.analysis.solversApache Commons
AlternativeHypothesisenum AlternativeHypothesisRepresents an alternative hypothesis for a hypothesis test.Classorg.apache.commons.math3.stat.inferenceApache Commons
AnyMatrixInterface defining very basic matrix operations.Interfaceorg.apache.commons.math3.linearApache Commons
ArcThis class represents an arc on a circle.Classorg.apache.commons.math3.geometry.spherical.onedApache Commons
ArcsSetThis class represents a region of a circle: a set of arcs.Classorg.apache.commons.math3.geometry.spherical.onedApache Commons
ArgUtilsUtility class for transforming the list of arguments passed to constructors of exceptions.Classorg.apache.commons.math3.exception.utilApache Commons
ArithmeticUtilsClassorg.apache.commons.math3.utilApache Commons
Array2DRowFieldMatrix As specified in the FieldMatrix interface, matrix element indexing is 0-based -- e.Classorg.apache.commons.math3.linearApache Commons
Array2DRowRealMatrixClassorg.apache.commons.math3.linearApache Commons
ArrayFieldVectorThis class implements the FieldVector interface with a FieldElement array.Classorg.apache.commons.math3.linearApache Commons
ArrayRealVectorThis class implements the RealVector interface with a double array.Classorg.apache.commons.math3.linearApache Commons
AsinClassorg.apache.commons.math3.analysis.functionApache Commons
AsinhHyperbolic arc-sine function.Classorg.apache.commons.math3.analysis.functionApache Commons
AtanArc-tangent function.Classorg.apache.commons.math3.analysis.functionApache Commons
Atan2Arc-tangent function.Classorg.apache.commons.math3.analysis.functionApache Commons
AtanhHyperbolic arc-tangent function.Classorg.apache.commons.math3.analysis.functionApache Commons
AVLTreeThis class implements AVL trees.Classorg.apache.commons.math3.geometry.partitioning.utilitiesApache Commons
BaseAbstractMultivariateOptimizerBase class for implementing optimizers for multivariate scalar functions.Classorg.apache.commons.math3.optimization.directApache Commons
BaseAbstractMultivariateSimpleBoundsOptimizerBase class for implementing optimizers for multivariate scalar functions, subject to simple bounds: The valid range of the parameters is an interval.Classorg.apache.commons.math3.optimization.directApache Commons
BaseAbstractMultivariateVectorOptimizerBase class for implementing optimizers for multivariate scalar functions.Classorg.apache.commons.math3.optimization.directApache Commons
BaseAbstractUnivariateIntegratorProvide a default implementation for several generic functions.Classorg.apache.commons.math3.analysis.integrationApache Commons
BaseAbstractUnivariateOptimizerClassorg.apache.commons.math3.optimization.univariateApache Commons
BaseAbstractUnivariateSolverProvide a default implementation for several functions useful to generic The default values for relative and function tolerances are 1e-14Classorg.apache.commons.math3.analysis.solversApache Commons
BaseMultiStartMultivariateOptimizerBase class multi-start optimizer for a multivariate function.Classorg.apache.commons.math3.optimApache Commons
BaseMultivariateMultiStartOptimizerBase class for all implementations of a multi-start optimizer.Classorg.apache.commons.math3.optimizationApache Commons
BaseMultivariateOptimizerBase class for implementing optimizers for multivariate functions.Classorg.apache.commons.math3.optimApache Commons
BaseMultivariateOptimizerThis interface is mainly intended to enforce the internal coherence of Commons-FastMath.Interfaceorg.apache.commons.math3.optimizationApache Commons
BaseMultivariateSimpleBoundsOptimizerThis interface is mainly intended to enforce the internal coherence of Commons-FastMath.Interfaceorg.apache.commons.math3.optimizationApache Commons
BaseMultivariateVectorMultiStartOptimizerBase class for all implementations of a multi-start optimizer.Classorg.apache.commons.math3.optimizationApache Commons
BaseMultivariateVectorOptimizerThis interface is mainly intended to enforce the internal coherence of Commons-Math.Interfaceorg.apache.commons.math3.optimizationApache Commons
BaseOptimizerBase class for implementing optimizers.Classorg.apache.commons.math3.optimApache Commons
BaseOptimizerThis interface is mainly intended to enforce the internal coherence of Commons-Math.Interfaceorg.apache.commons.math3.optimizationApache Commons
BaseRuleFactoryBase class for rules that determines the integration nodes and their Subclasses must implement the computeRule method.Classorg.apache.commons.math3.analysis.integration.gaussApache Commons
BaseSecantSolverBase class for all bracketing Secant-based methods for root-finding (approximating a zero of a univariate real function).Classorg.apache.commons.math3.analysis.solversApache Commons
BaseUnivariateOptimizerThis interface is mainly intended to enforce the internal coherence of Commons-Math.Interfaceorg.apache.commons.math3.optimization.univariateApache Commons
BaseUnivariateSolverInterface for (univariate real) rootfinding algorithms.Interfaceorg.apache.commons.math3.analysis.solversApache Commons
BesselJThis class provides computation methods related to Bessel functions of the first kind.Classorg.apache.commons.math3.specialApache Commons
Beta This is a utility class that provides computation methods related to the Beta family of functions.Classorg.apache.commons.math3.specialApache Commons
BetaDistributionClassorg.apache.commons.math3.distributionApache Commons
BicubicInterpolatingFunctionFunction that implements the bicubic spline interpolation.Classorg.apache.commons.math3.analysis.interpolationApache Commons
BicubicInterpolatorGenerates a bicubic interpolating Caveat: Because the interpolation scheme requires that derivatives beClassorg.apache.commons.math3.analysis.interpolationApache Commons
BicubicSplineInterpolatingFunctionFunction that implements the bicubic spline interpolation.Classorg.apache.commons.math3.analysis.interpolationApache Commons
BicubicSplineInterpolatorGenerates a bicubic interpolating function.Classorg.apache.commons.math3.analysis.interpolationApache Commons
BigFractionRepresentation of a rational number without any overflow.Classorg.apache.commons.math3.fractionApache Commons
BigFractionFieldRepresentation of the fractional numbers without any overflow field.Classorg.apache.commons.math3.fractionApache Commons
BigFractionFormatFormats a BigFraction number in proper format or improper format.Classorg.apache.commons.math3.fractionApache Commons
BigRealArbitrary precision decimal number.Classorg.apache.commons.math3.utilApache Commons
BigRealFieldRepresentation of real numbers with arbitrary precision field.Classorg.apache.commons.math3.utilApache Commons
BinaryChromosomeChromosome represented by a vector of 0s and 1s.Classorg.apache.commons.math3.geneticsApache Commons
BinaryMutationMutation for BinaryChromosomes.Classorg.apache.commons.math3.geneticsApache Commons
BinomialConfidenceIntervalInterface to generate confidence intervals for a binomial proportion.Interfaceorg.apache.commons.math3.stat.intervalApache Commons
BinomialDistributionSee Also:Binomial distribution (Wikipedia), Binomial Distribution (MathWorld), Classorg.apache.commons.math3.distributionApache Commons
BinomialTest Exact test for the statistical significance of deviations from a theoretically expected distribution of observations into two categories.Classorg.apache.commons.math3.stat.inferenceApache Commons
BisectionSolver bisection algorithm for finding zeros of univariate real functions.Classorg.apache.commons.math3.analysis.solversApache Commons
BitsStreamGeneratorBase class for random number generators that generates bits streams.Classorg.apache.commons.math3.randomApache Commons
BivariateFunctionAn interface representing a bivariate real function.Interfaceorg.apache.commons.math3.analysisApache Commons
BivariateGridInterpolatorInterface representing a bivariate real interpolating function where the sample points must be specified on a regular grid.Interfaceorg.apache.commons.math3.analysis.interpolationApache Commons
BlockFieldMatrixCache-friendly implementation of FieldMatrix using a flat arrays to store square blocks of the matrix.Classorg.apache.commons.math3.linearApache Commons
BlockRealMatrixCache-friendly implementation of RealMatrix using a flat arrays to store square blocks of the matrix.Classorg.apache.commons.math3.linearApache Commons
BOBYQAOptimizerPowell's BOBYQA algorithm.Classorg.apache.commons.math3.optim.nonlinear.scalar.noderivApache Commons
BOBYQAOptimizerPowell's BOBYQA algorithm.Classorg.apache.commons.math3.optimization.directApache Commons
BoundaryAttributeClass holding boundary attributes.Classorg.apache.commons.math3.geometry.partitioningApache Commons
BoundaryProjectionClass holding the result of point projection on region boundary.Classorg.apache.commons.math3.geometry.partitioningApache Commons
BracketedRealFieldUnivariateSolverInterface for (univariate real) root-finding algorithms that maintain a bracketed solution.Interfaceorg.apache.commons.math3.analysis.solversApache Commons
BracketedUnivariateSolverInterface for (univariate real) root-finding algorithms that maintain a bracketed solution.Interfaceorg.apache.commons.math3.analysis.solversApache Commons
BracketFinderProvide an interval that brackets a local optimum of a function.Classorg.apache.commons.math3.optim.univariateApache Commons
BracketFinderProvide an interval that brackets a local optimum of a function.Classorg.apache.commons.math3.optimization.univariateApache Commons
BracketingNthOrderBrentSolverThis class implements a modification of the Brent algorithm.Classorg.apache.commons.math3.analysis.solversApache Commons
BracketingNthOrderBrentSolverDFPThis class implements a modification of the Brent algorithm.Classorg.apache.commons.math3.dfpApache Commons
BrentOptimizerFor a function defined on some interval (lo, hi), this class finds an approximation x to the point at which the functionClassorg.apache.commons.math3.optim.univariateApache Commons
BrentOptimizerFor a function defined on some interval (lo, hi), this class finds an approximation x to the point at which the functionClassorg.apache.commons.math3.optimization.univariateApache Commons
BrentSolverThis class implements the Brent algorithm for finding zeros of real univariate functions.Classorg.apache.commons.math3.analysis.solversApache Commons
BSPTreeThis class represent a Binary Space Partition tree.Classorg.apache.commons.math3.geometry.partitioningApache Commons
BSPTreeVisitorThis interface is used to visit BSP tree nodes.Interfaceorg.apache.commons.math3.geometry.partitioningApache Commons
CanberraDistanceCalculates the Canberra distance between two points.Classorg.apache.commons.math3.ml.distanceApache Commons
CardanEulerSingularityExceptionThis class represents exceptions thrown while extractiong Cardan or Euler angles from a rotation.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
CauchyDistributionClassorg.apache.commons.math3.distributionApache Commons
CbrtClassorg.apache.commons.math3.analysis.functionApache Commons
CeilClassorg.apache.commons.math3.analysis.functionApache Commons
CentralPivotingStrategyA mid point strategy based on the average of begin and end indices.Classorg.apache.commons.math3.utilApache Commons
CentroidClusterA Cluster used by centroid-based clustering algorithms.Classorg.apache.commons.math3.ml.clusteringApache Commons
ChebyshevDistanceClassorg.apache.commons.math3.ml.distanceApache Commons
ChiSquaredDistributionSee Also:Chi-squared distribution (Wikipedia), Chi-squared Distribution (MathWorld), Classorg.apache.commons.math3.distributionApache Commons
ChiSquareTest This implementation handles both known and unknown distributions.Classorg.apache.commons.math3.stat.inferenceApache Commons
CholeskyDecompositionCalculates the Cholesky decomposition of a matrix.Classorg.apache.commons.math3.linearApache Commons
ChromosomeIndividual in a population.Classorg.apache.commons.math3.geneticsApache Commons
ChromosomePairA pair of Chromosome objects.Classorg.apache.commons.math3.geneticsApache Commons
CircleThis class represents an oriented great circle on the 2-sphere.Classorg.apache.commons.math3.geometry.spherical.twodApache Commons
ClassicalRungeKuttaFieldIntegratorThis class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the mostClassorg.apache.commons.math3.ode.nonstiffApache Commons
ClassicalRungeKuttaIntegratorThis class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the mostClassorg.apache.commons.math3.ode.nonstiffApache Commons
ClopperPearsonIntervalClassorg.apache.commons.math3.stat.intervalApache Commons
ClusterCluster holding a set of Clusterable points.Classorg.apache.commons.math3.ml.clusteringApache Commons
ClusterCluster holding a set of Clusterable points.Classorg.apache.commons.math3.stat.clusteringApache Commons
ClusterableInterface for n-dimensional points that can be clustered together.Interfaceorg.apache.commons.math3.ml.clusteringApache Commons
ClusterableInterface for points that can be clustered together.Interfaceorg.apache.commons.math3.stat.clusteringApache Commons
ClustererBase class for clustering algorithms.Classorg.apache.commons.math3.ml.clusteringApache Commons
ClusterEvaluatorBase class for cluster evaluation methods.Classorg.apache.commons.math3.ml.clustering.evaluationApache Commons
CMAESOptimizerAn implementation of the active Covariance Matrix Adaptation Evolution Strategy (CMA-ES) for non-linear, non-convex, non-smooth, global function minimization.Classorg.apache.commons.math3.optim.nonlinear.scalar.noderivApache Commons
CMAESOptimizerAn implementation of the active Covariance Matrix Adaptation Evolution Strategy (CMA-ES) for non-linear, non-convex, non-smooth, global function minimization.Classorg.apache.commons.math3.optimization.directApache Commons
CombinationsClassorg.apache.commons.math3.utilApache Commons
CombinatoricsUtilsCombinatorial utilities.Classorg.apache.commons.math3.utilApache Commons
ComplexRepresentation of a Complex number, i.Classorg.apache.commons.math3.complexApache Commons
ComplexFieldRepresentation of the complex numbers field.Classorg.apache.commons.math3.complexApache Commons
ComplexFormatFormats a Complex number in cartesian format Re(c) + Im(c)i.Classorg.apache.commons.math3.complexApache Commons
ComplexUtilsStatic implementations of common Complex utilities functions.Classorg.apache.commons.math3.complexApache Commons
CompositeFormatBase class for formatters of composite objects (complex numbers, vectors .Classorg.apache.commons.math3.utilApache Commons
ConfidenceIntervalRepresents an interval estimate of a population parameter.Classorg.apache.commons.math3.stat.intervalApache Commons
ConjugateGradient This is an implementation of the conjugate gradient method for RealLinearOperator.Classorg.apache.commons.math3.linearApache Commons
ConjugateGradientFormulaClassorg.apache.commons.math3.optimization.generalApache Commons
ConstantClassorg.apache.commons.math3.analysis.functionApache Commons
ConstantRealDistributionClassorg.apache.commons.math3.distributionApache Commons
ContinuedFractionProvides a generic means to evaluate continued fractions.Classorg.apache.commons.math3.utilApache Commons
ContinuousOutputFieldModelThis class stores all information provided by an ODE integrator during the integration process and build a continuous model of theClassorg.apache.commons.math3.odeApache Commons
ContinuousOutputModelThis class stores all information provided by an ODE integrator during the integration process and build a continuous model of theClassorg.apache.commons.math3.odeApache Commons
ConvergenceCheckerThis interface specifies how to check if an optimization algorithm has Deciding if convergence has been reached is a problem-dependent issue.Interfaceorg.apache.commons.math3.optimApache Commons
ConvergenceCheckerThis interface specifies how to check if an optimization algorithm has Deciding if convergence has been reached is a problem-dependent issue.Interfaceorg.apache.commons.math3.optimizationApache Commons
ConvergenceExceptionError thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.Classorg.apache.commons.math3.exceptionApache Commons
ConvexHullThis class represents a convex hull.Interfaceorg.apache.commons.math3.geometry.hullApache Commons
ConvexHull2DThis class represents a convex hull in an two-dimensional euclidean space.Classorg.apache.commons.math3.geometry.euclidean.twod.hullApache Commons
ConvexHullGeneratorInterface for convex hull generators.Interfaceorg.apache.commons.math3.geometry.hullApache Commons
ConvexHullGenerator2DInterface for convex hull generators in the two-dimensional euclidean space.Interfaceorg.apache.commons.math3.geometry.euclidean.twod.hullApache Commons
CorrelatedRandomVectorGeneratorA RandomVectorGenerator that generates vectors with with correlated components.Classorg.apache.commons.math3.randomApache Commons
CosClassorg.apache.commons.math3.analysis.functionApache Commons
CoshHyperbolic cosine function.Classorg.apache.commons.math3.analysis.functionApache Commons
CovarianceComputes covariances for pairs of arrays or columns of a matrix.Classorg.apache.commons.math3.stat.correlationApache Commons
CrossoverPolicyPolicy used to create a pair of new chromosomes by performing a crossover operation on a source pair of chromosomes.Interfaceorg.apache.commons.math3.geneticsApache Commons
CurveFitterFitter for parametric univariate real functions y = f(x).Classorg.apache.commons.math3.fittingApache Commons
CurveFitterFitter for parametric univariate real functions y = f(x).Classorg.apache.commons.math3.optimization.fittingApache Commons
CycleCrossoverCycle Crossover [CX] builds offspring from ordered chromosomes by identifying cycles between two parent chromosomes.Classorg.apache.commons.math3.geneticsApache Commons
DBSCANClustererDBSCAN (density-based spatial clustering of applications with noise) algorithm.Classorg.apache.commons.math3.ml.clusteringApache Commons
DBSCANClustererDBSCAN (density-based spatial clustering of applications with noise) algorithm.Classorg.apache.commons.math3.stat.clusteringApache Commons
DctNormalizationenum DctNormalizationThis enumeration defines the various types of normalizations that can beClassorg.apache.commons.math3.transformApache Commons
Decimal64This class wraps a double value in an object.Classorg.apache.commons.math3.utilApache Commons
Decimal64FieldThe field of double precision floating-point numbers.Classorg.apache.commons.math3.utilApache Commons
DecompositionSolverInterfaceorg.apache.commons.math3.linearApache Commons
DefaultFieldMatrixChangingVisitorDefault implementation of the FieldMatrixChangingVisitor interface.Classorg.apache.commons.math3.linearApache Commons
DefaultFieldMatrixPreservingVisitorDefault implementation of the FieldMatrixPreservingVisitor interface.Classorg.apache.commons.math3.linearApache Commons
DefaultIterativeLinearSolverEventA default concrete implementation of the abstract class IterativeLinearSolverEvent.Classorg.apache.commons.math3.linearApache Commons
DefaultMeasurementModelDefault implementation of a MeasurementModel for the use with a KalmanFilter.Classorg.apache.commons.math3.filterApache Commons
DefaultProcessModelDefault implementation of a ProcessModel for the use with a KalmanFilter.Classorg.apache.commons.math3.filterApache Commons
DefaultRealMatrixChangingVisitorDefault implementation of the RealMatrixChangingVisitor interface.Classorg.apache.commons.math3.linearApache Commons
DefaultRealMatrixPreservingVisitorDefault implementation of the RealMatrixPreservingVisitor interface.Classorg.apache.commons.math3.linearApache Commons
DefaultTransformerA Default NumberTransformer for java.Classorg.apache.commons.math3.utilApache Commons
DerivativeStructureClass representing both the value and the differentials of a function.Classorg.apache.commons.math3.analysis.differentiationApache Commons
DescriptiveStatisticsMaintains a dataset of values of a single variable and computes descriptive statistics based on stored data.Classorg.apache.commons.math3.stat.descriptiveApache Commons
DfpDecimal floating point library for Java Another floating point class.Classorg.apache.commons.math3.dfpApache Commons
DfpDecSubclass of Dfp which hides the radix-10000 artifacts of the superclass.Classorg.apache.commons.math3.dfpApache Commons
DfpFieldField for Decimal floating point instances.Classorg.apache.commons.math3.dfpApache Commons
DfpMathMathematical routines for use with Dfp.Classorg.apache.commons.math3.dfpApache Commons
DftNormalizationenum DftNormalizationThis enumeration defines the various types of normalizations that can beClassorg.apache.commons.math3.transformApache Commons
DiagonalMatrixClassorg.apache.commons.math3.linearApache Commons
DifferentiableMultivariateFunctionExtension of MultivariateFunction representing a differentiable multivariate real function.Interfaceorg.apache.commons.math3.analysisApache Commons
DifferentiableMultivariateMultiStartOptimizerSpecial implementation of the DifferentiableMultivariateOptimizer interface adding multi-start features to an existing optimizer.Classorg.apache.commons.math3.optimizationApache Commons
DifferentiableMultivariateOptimizerThis interface represents an optimization algorithm for scalar differentiable objectiveInterfaceorg.apache.commons.math3.optimizationApache Commons
DifferentiableMultivariateVectorFunctionExtension of MultivariateVectorFunction representing a differentiable multivariate vectorial function.Interfaceorg.apache.commons.math3.analysisApache Commons
DifferentiableMultivariateVectorMultiStartOptimizerSpecial implementation of the DifferentiableMultivariateVectorOptimizer interface addind multi-start features to an existing optimizer.Classorg.apache.commons.math3.optimizationApache Commons
DifferentiableMultivariateVectorOptimizerThis interface represents an optimization algorithm for vectorial differentiableInterfaceorg.apache.commons.math3.optimizationApache Commons
DifferentiableUnivariateFunctionExtension of UnivariateFunction representing a differentiable univariate real function.Interfaceorg.apache.commons.math3.analysisApache Commons
DifferentiableUnivariateMatrixFunctionExtension of UnivariateMatrixFunction representing a differentiable univariate matrix function.Interfaceorg.apache.commons.math3.analysisApache Commons
DifferentiableUnivariateSolverInterface for (univariate real) rootfinding algorithms.Interfaceorg.apache.commons.math3.analysis.solversApache Commons
DifferentiableUnivariateVectorFunctionExtension of UnivariateVectorFunction representing a differentiable univariate vectorial function.Interfaceorg.apache.commons.math3.analysisApache Commons
DimensionMismatchExceptionException to be thrown when two dimensions differ.Classorg.apache.commons.math3.exceptionApache Commons
DiskGeneratorClass generating an enclosing ball from its support points.Classorg.apache.commons.math3.geometry.euclidean.twodApache Commons
DistanceMeasureInterface for distance measures of n-dimensional vectors.Interfaceorg.apache.commons.math3.ml.distanceApache Commons
DivideDivide the first operand by the second.Classorg.apache.commons.math3.analysis.functionApache Commons
DividedDifferenceInterpolator Divided Difference Algorithm for interpolation of real univariate functions.Classorg.apache.commons.math3.analysis.interpolationApache Commons
DormandPrince54FieldIntegratorThis class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
DormandPrince54IntegratorThis class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
DormandPrince853FieldIntegratorThis class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
DormandPrince853IntegratorThis class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
DoubleArrayProvides a standard interface for double arrays.Interfaceorg.apache.commons.math3.utilApache Commons
DoublePointA simple implementation of Clusterable for points with double coordinates.Classorg.apache.commons.math3.ml.clusteringApache Commons
DSCompilerClass holding compiled computation rules for derivative structures.Classorg.apache.commons.math3.analysis.differentiationApache Commons
DstNormalizationenum DstNormalizationThis enumeration defines the various types of normalizations that can beClassorg.apache.commons.math3.transformApache Commons
DummyLocalizableDummy implementation of the Localizable interface, without localization.Classorg.apache.commons.math3.exception.utilApache Commons
DummyStepHandlerThis class is a step handler that does nothing.Classorg.apache.commons.math3.ode.samplingApache Commons
EarthMoversDistanceCalculates the Earh Mover's distance (also known as Wasserstein metric) between two distributions.Classorg.apache.commons.math3.ml.distanceApache Commons
EdgeSpherical polygons boundary edge.Classorg.apache.commons.math3.geometry.spherical.twodApache Commons
EigenDecompositionCalculates the eigen decomposition of a real matrix.Classorg.apache.commons.math3.linearApache Commons
ElitisticListPopulationPopulation of chromosomes which uses elitism (certain percentage of the best chromosomes is directly copied to the next generation).Classorg.apache.commons.math3.geneticsApache Commons
EmbeddedRungeKuttaFieldIntegratorThis class implements the common part of all embedded Runge-Kutta integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
EmbeddedRungeKuttaIntegratorThis class implements the common part of all embedded Runge-Kutta integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
EmbeddingThis interface defines mappers between a space and one of its sub-spaces.Interfaceorg.apache.commons.math3.geometry.partitioningApache Commons
EmpiricalDistribution empirical probability distribution -- a probability distribution derived from observed data without making any assumptions about the functional formClassorg.apache.commons.math3.randomApache Commons
EncloserInterface for algorithms computing enclosing balls.Interfaceorg.apache.commons.math3.geometry.enclosingApache Commons
EnclosingBallThis class represents a ball enclosing some points.Classorg.apache.commons.math3.geometry.enclosingApache Commons
EnumeratedDistributionA generic implementation of a discrete probability distribution (Wikipedia) over a finite sample space,Classorg.apache.commons.math3.distributionApache Commons
EnumeratedIntegerDistribution Values with zero-probability are allowed but they do not extend the Duplicate values are allowed.Classorg.apache.commons.math3.distributionApache Commons
EnumeratedRealDistribution Values with zero-probability are allowed but they do not extend the Duplicate values are allowed.Classorg.apache.commons.math3.distributionApache Commons
EquationsMapperClass mapping the part of a complete state or derivative that pertains to a specific differential equation.Classorg.apache.commons.math3.odeApache Commons
ErfClassorg.apache.commons.math3.specialApache Commons
Euclidean1DThis class implements a one-dimensional space.Classorg.apache.commons.math3.geometry.euclidean.onedApache Commons
Euclidean2DThis class implements a two-dimensional space.Classorg.apache.commons.math3.geometry.euclidean.twodApache Commons
Euclidean3DThis class implements a three-dimensional space.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
EuclideanDistanceCalculates the L2 (Euclidean) distance between two points.Classorg.apache.commons.math3.ml.distanceApache Commons
EuclideanDoublePointA simple implementation of Clusterable for points with double coordinates.Classorg.apache.commons.math3.stat.clusteringApache Commons
EuclideanIntegerPointA simple implementation of Clusterable for points with integer coordinates.Classorg.apache.commons.math3.stat.clusteringApache Commons
EulerFieldIntegratorThis class implements a simple Euler integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
EulerIntegratorThis class implements a simple Euler integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
EvaluationRmsCheckerCheck if an optimization has converged based on the change in computed RMS.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
EventFilterWrapper used to detect only increasing or decreasing events.Classorg.apache.commons.math3.ode.eventsApache Commons
EventHandlerThis interface represents a handler for discrete events triggered during ODE integration.Interfaceorg.apache.commons.math3.ode.eventsApache Commons
EventStateThis class handles the state for one event handler during integration steps.Classorg.apache.commons.math3.ode.eventsApache Commons
ExceptionContextClass that contains the actual implementation of the functionality mandated by the ExceptionContext interface.Classorg.apache.commons.math3.exception.utilApache Commons
ExceptionContextProviderInterfaceorg.apache.commons.math3.exception.utilApache Commons
ExpExponential function.Classorg.apache.commons.math3.analysis.functionApache Commons
ExpandableStatefulODEThis class represents a combined set of first order differential equations, with at least a primary set of equations expandable by some sets of secondaryClassorg.apache.commons.math3.odeApache Commons
Expm1Classorg.apache.commons.math3.analysis.functionApache Commons
ExponentialDecayFunctionExponential decay function: a e-x / b, where x is the (integer) independent variable.Classorg.apache.commons.math3.ml.neuralnet.sofm.utilApache Commons
ExponentialDistributionSee Also:Exponential distribution (Wikipedia), Exponential distribution (MathWorld), Classorg.apache.commons.math3.distributionApache Commons
FastCosineTransformer real data sets.Classorg.apache.commons.math3.transformApache Commons
FastFourierTransformer real or complex data sets.Classorg.apache.commons.math3.transformApache Commons
FastHadamardTransformer Transformation of an input vector x to the output vector y.Classorg.apache.commons.math3.transformApache Commons
FastMathFaster, more accurate, portable alternative to Math and StrictMath for large scale computation.Classorg.apache.commons.math3.utilApache Commons
FastSineTransformer data sets.Classorg.apache.commons.math3.transformApache Commons
FDistributionSee Also:F-distribution (Wikipedia), F-distribution (MathWorld), Classorg.apache.commons.math3.distributionApache Commons
FeatureInitializerDefines how to assign the first value of a neuron's feature.Interfaceorg.apache.commons.math3.ml.neuralnetApache Commons
FeatureInitializerFactoryClassorg.apache.commons.math3.ml.neuralnetApache Commons
FieldInterface representing a field.Classorg.apache.commons.math3Apache Commons
FieldBracketingNthOrderBrentSolverThis class implements a modification of the Brent algorithm.Classorg.apache.commons.math3.analysis.solversApache Commons
FieldButcherArrayProviderThis interface represents an integrator based on Butcher arrays.Interfaceorg.apache.commons.math3.ode.nonstiffApache Commons
FieldDecompositionSolverInterfaceorg.apache.commons.math3.linearApache Commons
FieldElementInterface representing field elements.Interfaceorg.apache.commons.math3Apache Commons
FieldEquationsMapperClass mapping the part of a complete state or derivative that pertains to a set of differential equations.Classorg.apache.commons.math3.odeApache Commons
FieldEventHandlerThis interface represents a handler for discrete events triggered during ODE integration.Interfaceorg.apache.commons.math3.ode.eventsApache Commons
FieldEventStateThis class handles the state for one event handler during integration steps.Classorg.apache.commons.math3.ode.eventsApache Commons
FieldExpandableODEThis class represents a combined set of first order differential equations, with at least a primary set of equations expandable by some sets of secondaryClassorg.apache.commons.math3.odeApache Commons
FieldFixedStepHandlerThis interface represents a handler that should be called after each successful fixed step.Interfaceorg.apache.commons.math3.ode.samplingApache Commons
FieldHermiteInterpolatorPolynomial interpolator using both sample values and sample derivatives.Classorg.apache.commons.math3.analysis.interpolationApache Commons
FieldLUDecompositionCalculates the LUP-decomposition of a square matrix.Classorg.apache.commons.math3.linearApache Commons
FieldMatrixInterface defining field-valued matrix with basic algebraic operations.Interfaceorg.apache.commons.math3.linearApache Commons
FieldMatrixChangingVisitorInterface defining a visitor for matrix entries.Interfaceorg.apache.commons.math3.linearApache Commons
FieldMatrixPreservingVisitorInterface defining a visitor for matrix entries.Interfaceorg.apache.commons.math3.linearApache Commons
FieldODEStateContainer for time, main and secondary state vectors.Classorg.apache.commons.math3.odeApache Commons
FieldODEStateAndDerivativeContainer for time, main and secondary state vectors as well as their derivatives.Classorg.apache.commons.math3.odeApache Commons
FieldRotationThis class is a re-implementation of Rotation using RealFieldElement.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
FieldSecondaryEquationsThis interface allows users to add secondary differential equations to a primary set of differential equations.Interfaceorg.apache.commons.math3.odeApache Commons
FieldStepHandlerThis interface represents a handler that should be called after each successful step.Interfaceorg.apache.commons.math3.ode.samplingApache Commons
FieldStepInterpolatorThis interface represents an interpolator over the last step during an ODE integration.Interfaceorg.apache.commons.math3.ode.samplingApache Commons
FieldStepNormalizerThis class wraps an object implementing FieldFixedStepHandler into a FieldStepHandler.Classorg.apache.commons.math3.ode.samplingApache Commons
FieldVectorInterface defining a field-valued vector with basic algebraic operations.Interfaceorg.apache.commons.math3.linearApache Commons
FieldVector3DThis class is a re-implementation of Vector3D using RealFieldElement.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
FieldVectorChangingVisitorThis interface defines a visitor for the entries of a vector.Interfaceorg.apache.commons.math3.linearApache Commons
FieldVectorPreservingVisitorThis interface defines a visitor for the entries of a vector.Interfaceorg.apache.commons.math3.linearApache Commons
FilterTypeEnumerate for filtering events.Classorg.apache.commons.math3.ode.eventsApache Commons
FiniteDifferencesDifferentiatorUnivariate functions differentiator using finite differences.Classorg.apache.commons.math3.analysis.differentiationApache Commons
FirstOrderConverterThis class converts second order differential equations to first This class is a wrapper around a SecondOrderDifferentialEquations which allow to use a FirstOrderIntegrator to integrate it.Classorg.apache.commons.math3.odeApache Commons
FirstOrderDifferentialEquationsThis interface represents a first order differential equations set.Interfaceorg.apache.commons.math3.odeApache Commons
FirstOrderFieldDifferentialEquationsThis interface represents a first order differential equations set.Interfaceorg.apache.commons.math3.odeApache Commons
FirstOrderFieldIntegratorThis interface represents a first order integrator for differential equations.Interfaceorg.apache.commons.math3.odeApache Commons
FirstOrderIntegratorThis interface represents a first order integrator for differential equations.Interfaceorg.apache.commons.math3.odeApache Commons
FitnessFitness of a chromosome.Interfaceorg.apache.commons.math3.geneticsApache Commons
FixedElapsedTimeStops after a fixed amount of time has elapsed.Classorg.apache.commons.math3.geneticsApache Commons
FixedGenerationCountStops after a fixed number of generations.Classorg.apache.commons.math3.geneticsApache Commons
FixedStepHandlerThis interface represents a handler that should be called after each successful fixed step.Interfaceorg.apache.commons.math3.ode.samplingApache Commons
FloorClassorg.apache.commons.math3.analysis.functionApache Commons
FractionRepresentation of a rational number.Classorg.apache.commons.math3.fractionApache Commons
FractionConversionExceptionError thrown when a double value cannot be converted to a fraction in the allowed number of iterations.Classorg.apache.commons.math3.fractionApache Commons
FractionFieldRepresentation of the fractional numbers field.Classorg.apache.commons.math3.fractionApache Commons
FractionFormatFormats a Fraction number in proper format or improper format.Classorg.apache.commons.math3.fractionApache Commons
FrequencyMaintains a frequency distribution.Classorg.apache.commons.math3.statApache Commons
FunctionUtilsUtilities for manipulating function objects.Classorg.apache.commons.math3.analysisApache Commons
FuzzyKMeansClustererFuzzy K-Means clustering algorithm.Classorg.apache.commons.math3.ml.clusteringApache Commons
GammaClassorg.apache.commons.math3.specialApache Commons
GammaDistributionSee Also:Gamma distribution (Wikipedia), Gamma distribution (MathWorld), Classorg.apache.commons.math3.distributionApache Commons
Gaussian Gaussian function.Classorg.apache.commons.math3.analysis.functionApache Commons
GaussianCurveFitterFits points to a Gaussian The initial guess values must be passedClassorg.apache.commons.math3.fittingApache Commons
GaussianFitterFits points to a Gaussian function.Classorg.apache.commons.math3.fittingApache Commons
GaussianFitterFits points to a Gaussian function.Classorg.apache.commons.math3.optimization.fittingApache Commons
GaussianRandomGeneratorThis class is a gaussian normalized random generator for scalars.Classorg.apache.commons.math3.randomApache Commons
GaussIntegratorClass that implements the Gaussian rule for integrating a weightedClassorg.apache.commons.math3.analysis.integration.gaussApache Commons
GaussIntegratorFactoryClass that provides different ways to compute the nodes and weights to be used by the Gaussian integration rule.Classorg.apache.commons.math3.analysis.integration.gaussApache Commons
GaussNewtonOptimizerGauss-Newton least-squares solver.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
GaussNewtonOptimizerGauss-Newton least-squares solver.Classorg.apache.commons.math3.optim.nonlinear.vector.jacobianApache Commons
GaussNewtonOptimizerGauss-Newton least-squares solver.Classorg.apache.commons.math3.optimization.generalApache Commons
GeneticAlgorithm of the algorithm can be configured for a specific problem.Classorg.apache.commons.math3.geneticsApache Commons
GeometricDistributionClassorg.apache.commons.math3.distributionApache Commons
GeometricMean geometric mean of the available values.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
GillFieldIntegratorThis class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations .Classorg.apache.commons.math3.ode.nonstiffApache Commons
GillIntegratorThis class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations .Classorg.apache.commons.math3.ode.nonstiffApache Commons
GLSMultipleLinearRegressionThe GLS implementation of multiple linear regression.Classorg.apache.commons.math3.stat.regressionApache Commons
GoalTypeGoal type for an optimization problem (minimization or maximization ofEnum Constant SummaryClassorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
GoalTypeGoal type for an optimization problem.Classorg.apache.commons.math3.optimizationApache Commons
GradientFunctionClass representing the gradient of a multivariate function.Classorg.apache.commons.math3.analysis.differentiationApache Commons
GradientMultivariateOptimizerBase class for implementing optimizers for multivariate scalar differentiable functions.Classorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
GraggBulirschStoerIntegratorThis class implements a Gragg-Bulirsch-Stoer integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
GTest This is known in statistical genetics as the McDonald-Kreitman test.Classorg.apache.commons.math3.stat.inferenceApache Commons
GumbelDistributionThis class implements the Gumbel distribution.Classorg.apache.commons.math3.distributionApache Commons
HaltonSequenceGenerator A Halton sequence is a low-discrepancy sequence generating points in the interval [0, 1] according to H(n) = d_0 / b + d_1 / b^2 .Classorg.apache.commons.math3.randomApache Commons
HarmonicCurveFitterFits points to a harmonic oscillator The initial guess values must be passedClassorg.apache.commons.math3.fittingApache Commons
HarmonicFitterClass that implements a curve fitting specialized for sinusoids.Classorg.apache.commons.math3.fittingApache Commons
HarmonicFitterClass that implements a curve fitting specialized for sinusoids.Classorg.apache.commons.math3.optimization.fittingApache Commons
HarmonicOscillator simple harmonic oscillator function.Classorg.apache.commons.math3.analysis.functionApache Commons
HermiteInterpolatorPolynomial interpolator using both sample values and sample derivatives.Classorg.apache.commons.math3.analysis.interpolationApache Commons
HermiteRuleFactoryFactory that creates a Gauss-type quadrature rule using Hermite polynomialsClassorg.apache.commons.math3.analysis.integration.gaussApache Commons
HighamHall54FieldIntegratorThis class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
HighamHall54IntegratorThis class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
HitHistogramComputes the hit histogram.Classorg.apache.commons.math3.ml.neuralnet.twod.utilApache Commons
HypergeometricDistributionSee Also:Hypergeometric distribution (Wikipedia), Hypergeometric distribution (MathWorld), Classorg.apache.commons.math3.distributionApache Commons
HyperplaneThis interface represents an hyperplane of a space.Interfaceorg.apache.commons.math3.geometry.partitioningApache Commons
IdentityClassorg.apache.commons.math3.analysis.functionApache Commons
IllConditionedOperatorExceptionAn exception to be thrown when the condition number of a RealLinearOperator is too high.Classorg.apache.commons.math3.linearApache Commons
IllinoisSolver a zero of a univariate real function).Classorg.apache.commons.math3.analysis.solversApache Commons
IncrementorUtility that increments a counter until a maximum is reached, at which point, the instance will by default throw aClassorg.apache.commons.math3.utilApache Commons
InitialGuessStarting point (first guess) of the optimization procedure.Classorg.apache.commons.math3.optimApache Commons
InitialGuessStarting point (first guess) of the optimization procedure.Classorg.apache.commons.math3.optimizationApache Commons
InsufficientDataExceptionException to be thrown when there is insufficient data to perform a computation.Classorg.apache.commons.math3.exceptionApache Commons
IntegerDistributionInterface for distributions on the integers.Interfaceorg.apache.commons.math3.distributionApache Commons
IntegerSequenceProvides a sequence of integers.Classorg.apache.commons.math3.utilApache Commons
InterpolatingMicrosphereUtility class for the MicrosphereProjectionInterpolator algorithm.Classorg.apache.commons.math3.analysis.interpolationApache Commons
InterpolatingMicrosphere2DUtility class for the MicrosphereProjectionInterpolator algorithm.Classorg.apache.commons.math3.analysis.interpolationApache Commons
IntervalThis class represents a 1D interval.Classorg.apache.commons.math3.geometry.euclidean.onedApache Commons
IntervalsSetThis class represents a 1D region: a set of intervals.Classorg.apache.commons.math3.geometry.euclidean.onedApache Commons
IntervalUtilsFactory methods to generate confidence intervals for a binomial proportion.Classorg.apache.commons.math3.stat.intervalApache Commons
InvalidRepresentationExceptionException indicating that the representation of a chromosome is not valid.Classorg.apache.commons.math3.geneticsApache Commons
InverseClassorg.apache.commons.math3.analysis.functionApache Commons
ISAACRandom ISAAC: a fast cryptographic pseudo-random number generator ISAAC (Indirection, Shift, Accumulate, Add, and Count) generates 32-bitClassorg.apache.commons.math3.randomApache Commons
IterationEventThe root class from which all events occurring while running an IterationManager should be derived.Classorg.apache.commons.math3.utilApache Commons
IterationListenerInterfaceorg.apache.commons.math3.utilApache Commons
IterationManagerThis abstract class provides a general framework for managing iterative algorithms.Classorg.apache.commons.math3.utilApache Commons
IterativeLegendreGaussIntegratorThis algorithm divides the integration interval into equally-sized sub-interval and on each of them performs aClassorg.apache.commons.math3.analysis.integrationApache Commons
IterativeLinearSolverClassorg.apache.commons.math3.linearApache Commons
IterativeLinearSolverEventThis is the base class for all events occurring during the iterations of a IterativeLinearSolver.Classorg.apache.commons.math3.linearApache Commons
JacobianFunctionClass representing the Jacobian of a multivariate vector function.Classorg.apache.commons.math3.analysis.differentiationApache Commons
JacobianMatricesThis class defines a set of secondary equations to compute the Jacobian matrices with respect to the initial state vector and, ifClassorg.apache.commons.math3.odeApache Commons
JacobianMultivariateVectorOptimizerBase class for implementing optimizers for multivariate vector differentiable functions.Classorg.apache.commons.math3.optim.nonlinear.vectorApache Commons
JacobiPreconditionerThis class implements the standard Jacobi (diagonal) preconditioner.Classorg.apache.commons.math3.linearApache Commons
JDKRandomGeneratorExtension of java.Classorg.apache.commons.math3.randomApache Commons
KalmanFilter of a discrete-time controlled process that is governed by the linear stochastic difference equation:Classorg.apache.commons.math3.filterApache Commons
KendallsCorrelation A pair of observations (x1, y1) and (x2, y2) are considered concordant ifClassorg.apache.commons.math3.stat.correlationApache Commons
KMeansPlusPlusClustererClustering algorithm based on David Arthur and Sergei Vassilvitski k-means++ algorithm.Classorg.apache.commons.math3.ml.clusteringApache Commons
KMeansPlusPlusClustererClustering algorithm based on David Arthur and Sergei Vassilvitski k-means++ algorithm.Classorg.apache.commons.math3.stat.clusteringApache Commons
KohonenTrainingTaskTrainer for Kohonen's Self-Organizing Map.Classorg.apache.commons.math3.ml.neuralnet.sofmApache Commons
KohonenUpdateAction Kohonen's Self-Organizing Map.Classorg.apache.commons.math3.ml.neuralnet.sofmApache Commons
KolmogorovSmirnovDistribution Treats the distribution of the two-sided P(D_n < d) where D_n = sup_x G(x) - G_n (x) for the theoretical cdf G andClassorg.apache.commons.math3.distributionApache Commons
KolmogorovSmirnovTest Kolmogorov-Smirnov (K-S) test for equality of continuous distributions.Classorg.apache.commons.math3.stat.inferenceApache Commons
KthSelectorA Simple Kth selector implementation to pick up the Kth ordered element from a work array containing the inputClassorg.apache.commons.math3.utilApache Commons
KurtosisComputes the Kurtosis of the available values.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
LaguerreSolver Laguerre's Method for root finding of real coefficient polynomials.Classorg.apache.commons.math3.analysis.solversApache Commons
LaplaceDistributionThis class implements the Laplace distribution.Classorg.apache.commons.math3.distributionApache Commons
LearningFactorFunctionProvides the learning rate as a function of the number of calls already performed during the learning task.Interfaceorg.apache.commons.math3.ml.neuralnet.sofmApache Commons
LearningFactorFunctionFactoryFactory for creating instances of LearningFactorFunction.Classorg.apache.commons.math3.ml.neuralnet.sofmApache Commons
LeastSquaresAdapterAn adapter that delegates to another implementation of LeastSquaresProblem.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
LeastSquaresBuilderA mutable builder for LeastSquaresProblems.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
LeastSquaresConverter vectorial objective functions to scalar objective functionsClassorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
LeastSquaresConverterThis class converts vectorial objective functions to scalar objective functionsClassorg.apache.commons.math3.optimizationApache Commons
LeastSquaresFactoryA Factory for creating LeastSquaresProblems.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
LeastSquaresOptimizerAn algorithm that can be applied to a non-linear least squares problem.Interfaceorg.apache.commons.math3.fitting.leastsquaresApache Commons
LeastSquaresProblemThe data necessary to define a non-linear least squares problem.Interfaceorg.apache.commons.math3.fitting.leastsquaresApache Commons
LegendreGaussIntegrator Legendre-Gauss quadrature formula.Classorg.apache.commons.math3.analysis.integrationApache Commons
LegendreHighPrecisionRuleFactoryFactory that creates Gauss-type quadrature rule using Legendre polynomials.Classorg.apache.commons.math3.analysis.integration.gaussApache Commons
LegendreRuleFactoryFactory that creates Gauss-type quadrature rule using Legendre polynomials.Classorg.apache.commons.math3.analysis.integration.gaussApache Commons
LevenbergMarquardtOptimizerThis class solves a least-squares problem using the Levenberg-Marquardt This implementation should work even for over-determined systemsClassorg.apache.commons.math3.fitting.leastsquaresApache Commons
LevenbergMarquardtOptimizerThis class solves a least-squares problem using the Levenberg-Marquardt Constraints are not supported: the call toClassorg.apache.commons.math3.optim.nonlinear.vector.jacobianApache Commons
LevenbergMarquardtOptimizerThis class solves a least squares problem using the Levenberg-Marquardt algorithm.Classorg.apache.commons.math3.optimization.generalApache Commons
LevyDistributionThis class implements the Since:3.Classorg.apache.commons.math3.distributionApache Commons
LimitAngleThis class represents a 1D oriented hyperplane on the circle.Classorg.apache.commons.math3.geometry.spherical.onedApache Commons
LineThe class represent lines in a three dimensional space.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
LineThis class represents an oriented line in the 2D plane.Classorg.apache.commons.math3.geometry.euclidean.twodApache Commons
LinearConstraintA linear constraint for a linear optimization problem.Classorg.apache.commons.math3.optim.linearApache Commons
LinearConstraintA linear constraint for a linear optimization problem.Classorg.apache.commons.math3.optimization.linearApache Commons
LinearConstraintSetClass that represents a set of linear constraints.Classorg.apache.commons.math3.optim.linearApache Commons
LinearInterpolatorClassorg.apache.commons.math3.analysis.interpolationApache Commons
LinearObjectiveFunctionAn objective function for a linear optimization problem.Classorg.apache.commons.math3.optim.linearApache Commons
LinearObjectiveFunctionAn objective function for a linear optimization problem.Classorg.apache.commons.math3.optimization.linearApache Commons
LinearOptimizerBase class for implementing linear optimizers.Classorg.apache.commons.math3.optim.linearApache Commons
LinearOptimizerThis interface represents an optimization algorithm for linear problems.Interfaceorg.apache.commons.math3.optimization.linearApache Commons
LineSearchClassorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
ListPopulationPopulation of chromosomes represented by a List.Classorg.apache.commons.math3.geneticsApache Commons
LocalizableInterface for localizable strings.Interfaceorg.apache.commons.math3.exception.utilApache Commons
LocalizedFormatsenum LocalizedFormatsEnumeration for localized messages formats used in exceptions messages.Classorg.apache.commons.math3.exception.utilApache Commons
LocationFinderHelper class to find the grid coordinates of a neuron.Classorg.apache.commons.math3.ml.neuralnet.twod.utilApache Commons
LoessInterpolator Local Regression Algorithm (also Loess, Lowess) for interpolation of real univariate functions.Classorg.apache.commons.math3.analysis.interpolationApache Commons
LogNatural logarithm function.Classorg.apache.commons.math3.analysis.functionApache Commons
Log10Base 10 logarithm function.Classorg.apache.commons.math3.analysis.functionApache Commons
Log1plog(1 + p) function.Classorg.apache.commons.math3.analysis.functionApache Commons
Logistic Generalised logistic function.Classorg.apache.commons.math3.analysis.functionApache Commons
LogisticDistributionThis class implements the Logistic distribution.Classorg.apache.commons.math3.distributionApache Commons
Logit It is the inverse of the sigmoid function.Classorg.apache.commons.math3.analysis.functionApache Commons
LogNormalDistribution X is log-normally distributed if its natural logarithm log(X) is normally distributed.Classorg.apache.commons.math3.distributionApache Commons
LUDecompositionCalculates the LUP-decomposition of a square matrix.Classorg.apache.commons.math3.linearApache Commons
LutherFieldIntegratorThis class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
LutherIntegratorThis class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
MainStateJacobianProviderInterface expanding first order differential equations in order to compute exactly the main state jacobianInterfaceorg.apache.commons.math3.odeApache Commons
ManhattanDistanceCalculates the L1 (sum of abs) distance between two points.Classorg.apache.commons.math3.ml.distanceApache Commons
MannWhitneyUTestAn implementation of the Mann-Whitney U test (also called Wilcoxon rank-sum test).Classorg.apache.commons.math3.stat.inferenceApache Commons
MapDataVisualizationInterfaceorg.apache.commons.math3.ml.neuralnet.twod.utilApache Commons
MapUtilsUtilities for network maps.Classorg.apache.commons.math3.ml.neuralnetApache Commons
MapVisualizationInterface for algorithms that compute some property of a 2D-map.Interfaceorg.apache.commons.math3.ml.neuralnet.twod.utilApache Commons
MathArithmeticExceptionBase class for arithmetic exceptions.Classorg.apache.commons.math3.exceptionApache Commons
MathArraysClassorg.apache.commons.math3.utilApache Commons
MathIllegalArgumentExceptionBase class for all preconditions violation exceptions.Classorg.apache.commons.math3.exceptionApache Commons
MathIllegalNumberExceptionBase class for exceptions raised by a wrong number.Classorg.apache.commons.math3.exceptionApache Commons
MathIllegalStateExceptionBase class for all exceptions that signal that the process throwing the exception is in a state that does not comply withClassorg.apache.commons.math3.exceptionApache Commons
MathInternalErrorException triggered when something that shouldn't happen does happen.Classorg.apache.commons.math3.exceptionApache Commons
MathParseExceptionClass to signal parse failures.Classorg.apache.commons.math3.exceptionApache Commons
MathRuntimeExceptionAs of release 4.Classorg.apache.commons.math3.exceptionApache Commons
MathUnsupportedOperationExceptionBase class for all unsupported features.Classorg.apache.commons.math3.exceptionApache Commons
MathUtilsMiscellaneous utility functions.Classorg.apache.commons.math3.utilApache Commons
MatrixDimensionMismatchExceptionException to be thrown when either the number of rows or the number of columns of a matrix do not match the expected values.Classorg.apache.commons.math3.linearApache Commons
MatrixUtilsA collection of static methods that operate on or return matrices.Classorg.apache.commons.math3.linearApache Commons
MaxClassorg.apache.commons.math3.analysis.functionApache Commons
MaxReturns the maximum of the available values.Classorg.apache.commons.math3.stat.descriptive.rankApache Commons
MaxCountExceededExceptionException to be thrown when some counter maximum value is exceeded.Classorg.apache.commons.math3.exceptionApache Commons
MaxEvalMaximum number of evaluations of the function to be optimized.Classorg.apache.commons.math3.optimApache Commons
MaxIterMaximum number of iterations performed by an (iterative) algorithm.Classorg.apache.commons.math3.optimApache Commons
MeanComputes the arithmetic mean of a set of values.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
MeasurementModelDefines the measurement model for the use with a KalmanFilter.Interfaceorg.apache.commons.math3.filterApache Commons
MedianReturns the median of the available values.Classorg.apache.commons.math3.stat.descriptive.rankApache Commons
MedianOf3PivotingStrategyClassic median of 3 strategy given begin and end indices.Classorg.apache.commons.math3.utilApache Commons
MersenneTwisterThis class implements a powerful pseudo-random number generator developed by Makoto Matsumoto and Takuji Nishimura duringClassorg.apache.commons.math3.randomApache Commons
MicrosphereInterpolatingFunctionInterpolating function that implements the Microsphere Projection.Classorg.apache.commons.math3.analysis.interpolationApache Commons
MicrosphereInterpolatorClassorg.apache.commons.math3.analysis.interpolationApache Commons
MicrosphereProjectionInterpolatorClassorg.apache.commons.math3.analysis.interpolationApache Commons
MidpointFieldIntegratorThis class implements a second order Runge-Kutta integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
MidPointIntegrator Midpoint Rule for integration of real univariate functions.Classorg.apache.commons.math3.analysis.integrationApache Commons
MidpointIntegratorThis class implements a second order Runge-Kutta integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
MillerUpdatingRegressionThis class is a concrete implementation of the UpdatingMultipleLinearRegression interface.Classorg.apache.commons.math3.stat.regressionApache Commons
MinClassorg.apache.commons.math3.analysis.functionApache Commons
MinReturns the minimum of the available values.Classorg.apache.commons.math3.stat.descriptive.rankApache Commons
MinusClassorg.apache.commons.math3.analysis.functionApache Commons
MixtureMultivariateNormalDistributionMultivariate normal mixture distribution.Classorg.apache.commons.math3.distributionApache Commons
MixtureMultivariateRealDistributionClass for representing mixture model distributions.Classorg.apache.commons.math3.distributionApache Commons
ModelFunctionModel (vector) function to be optimized.Classorg.apache.commons.math3.optim.nonlinear.vectorApache Commons
ModelFunctionJacobianJacobian of the model (vector) function to be optimized.Classorg.apache.commons.math3.optim.nonlinear.vectorApache Commons
ModelSpecificationExceptionException thrown when a regression model is not correctly specified.Classorg.apache.commons.math3.stat.regressionApache Commons
MonotoneChain points in the two-dimensional euclidean space.Classorg.apache.commons.math3.geometry.euclidean.twod.hullApache Commons
MullerSolverThis class implements the Muller's Method for root finding of real univariate functions.Classorg.apache.commons.math3.analysis.solversApache Commons
MullerSolver2This class implements the Muller's Method for root finding of real univariate functions.Classorg.apache.commons.math3.analysis.solversApache Commons
MultidimensionalCounterConverter between unidimensional storage structure and multidimensional conceptual structure.Classorg.apache.commons.math3.utilApache Commons
MultiDimensionMismatchExceptionException to be thrown when two sets of dimensions differ.Classorg.apache.commons.math3.exceptionApache Commons
MultiDirectionalSimplexThis class implements the multi-directional direct search method.Classorg.apache.commons.math3.optim.nonlinear.scalar.noderivApache Commons
MultiDirectionalSimplexThis class implements the multi-directional direct search method.Classorg.apache.commons.math3.optimization.directApache Commons
MultiKMeansPlusPlusClustererA wrapper around a k-means++ clustering algorithm which performs multiple trials and returns the best solution.Classorg.apache.commons.math3.ml.clusteringApache Commons
MultipleLinearRegressionThe multiple linear regression can be represented in matrix-notation.Interfaceorg.apache.commons.math3.stat.regressionApache Commons
MultiplyMultiply the two operands.Classorg.apache.commons.math3.analysis.functionApache Commons
MultiStartMultivariateOptimizerMulti-start optimizer.Classorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
MultiStartMultivariateVectorOptimizerMulti-start optimizer for a (vector) model function.Classorg.apache.commons.math3.optim.nonlinear.vectorApache Commons
MultiStartUnivariateOptimizerSpecial implementation of the UnivariateOptimizer interface adding multi-start features to an existing optimizer.Classorg.apache.commons.math3.optim.univariateApache Commons
MultistepFieldIntegratorThis class is the base class for multistep integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.odeApache Commons
MultistepIntegratorThis class is the base class for multistep integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.odeApache Commons
MultivariateDifferentiableFunctionExtension of MultivariateFunction representing a multivariate differentiable real function.Interfaceorg.apache.commons.math3.analysis.differentiationApache Commons
MultivariateDifferentiableMultiStartOptimizerSpecial implementation of the MultivariateDifferentiableOptimizer interface adding multi-start features to an existing optimizer.Classorg.apache.commons.math3.optimizationApache Commons
MultivariateDifferentiableOptimizerThis interface represents an optimization algorithm for scalar differentiable objectiveInterfaceorg.apache.commons.math3.optimizationApache Commons
MultivariateDifferentiableVectorFunctionExtension of MultivariateVectorFunction representing a multivariate differentiable vectorial function.Interfaceorg.apache.commons.math3.analysis.differentiationApache Commons
MultivariateDifferentiableVectorMultiStartOptimizerSpecial implementation of the MultivariateDifferentiableVectorOptimizer interface adding multi-start features to an existing optimizer.Classorg.apache.commons.math3.optimizationApache Commons
MultivariateDifferentiableVectorOptimizerThis interface represents an optimization algorithm for differentiable vectorialInterfaceorg.apache.commons.math3.optimizationApache Commons
MultivariateFunctionAn interface representing a multivariate real function.Interfaceorg.apache.commons.math3.analysisApache Commons
MultivariateFunctionMappingAdapterAdapter for mapping bounded MultivariateFunction to unbounded ones.Classorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
MultivariateFunctionMappingAdapterAdapter for mapping bounded MultivariateFunction to unbounded ones.Classorg.apache.commons.math3.optimization.directApache Commons
MultivariateFunctionPenaltyAdapterAdapter extending bounded MultivariateFunction to an unbouded domain using a penalty function.Classorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
MultivariateFunctionPenaltyAdapterAdapter extending bounded MultivariateFunction to an unbouded domain using a penalty function.Classorg.apache.commons.math3.optimization.directApache Commons
MultivariateInterpolatorInterface representing a univariate real interpolating function.Interfaceorg.apache.commons.math3.analysis.interpolationApache Commons
MultivariateJacobianFunctionA interface for functions that compute a vector of values and can compute their derivatives (Jacobian).Interfaceorg.apache.commons.math3.fitting.leastsquaresApache Commons
MultivariateMatrixFunctionAn interface representing a multivariate matrix function.Interfaceorg.apache.commons.math3.analysisApache Commons
MultivariateMultiStartOptimizerSpecial implementation of the MultivariateOptimizer interface adding multi-start features to an existing optimizer.Classorg.apache.commons.math3.optimizationApache Commons
MultivariateNormalDistribution Multivariate normal distribution (Wikipedia), Multivariate normal distribution (MathWorld)Classorg.apache.commons.math3.distributionApache Commons
MultivariateNormalMixtureExpectationMaximizationExpectation-Maximization algorithm for fitting the parameters of multivariate normal mixture model distributions.Classorg.apache.commons.math3.distribution.fittingApache Commons
MultivariateOptimizerBase class for a multivariate scalar function optimizer.Classorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
MultivariateOptimizerThis interface represents an optimization algorithm for scalar objective functions.Interfaceorg.apache.commons.math3.optimizationApache Commons
MultivariateRealDistributionBase interface for multivariate distributions on the reals.Interfaceorg.apache.commons.math3.distributionApache Commons
MultivariateSummaryStatisticsComputes summary statistics for a stream of n-tuples added using the addValue method.Classorg.apache.commons.math3.stat.descriptiveApache Commons
MultivariateVectorFunctionAn interface representing a multivariate vectorial function.Interfaceorg.apache.commons.math3.analysisApache Commons
MultivariateVectorOptimizerBase class for a multivariate vector function optimizer.Classorg.apache.commons.math3.optim.nonlinear.vectorApache Commons
MutationPolicyAlgorithm used to mutate a chromosome.Interfaceorg.apache.commons.math3.geneticsApache Commons
NakagamiDistributionThis class implements the Nakagami distribution.Classorg.apache.commons.math3.distributionApache Commons
NaNStrategyStrategies for handling NaN values in rank transformations.Classorg.apache.commons.math3.stat.rankingApache Commons
NaturalRanking Ranking based on the natural ordering on doubles.Classorg.apache.commons.math3.stat.rankingApache Commons
NeighbourhoodSizeFunctionProvides the network neighbourhood's size as a function of the number of calls already performed during the learning task.Interfaceorg.apache.commons.math3.ml.neuralnet.sofmApache Commons
NeighbourhoodSizeFunctionFactoryFactory for creating instances of NeighbourhoodSizeFunction.Classorg.apache.commons.math3.ml.neuralnet.sofmApache Commons
NelderMeadSimplexThis class implements the Nelder-Mead simplex algorithm.Classorg.apache.commons.math3.optim.nonlinear.scalar.noderivApache Commons
NelderMeadSimplexThis class implements the Nelder-Mead simplex algorithm.Classorg.apache.commons.math3.optimization.directApache Commons
NetworkNeural network, composed of Neuron instances and the links Although updating a neuron's state is thread-safe, modifying theClassorg.apache.commons.math3.ml.neuralnetApache Commons
NeuronDescribes a neuron element of a neural network.Classorg.apache.commons.math3.ml.neuralnetApache Commons
NeuronSquareMesh2DNeural network with the topology of a two-dimensional surface.Classorg.apache.commons.math3.ml.neuralnet.twodApache Commons
NeuronStringNeural network with the topology of a one-dimensional line.Classorg.apache.commons.math3.ml.neuralnet.onedApache Commons
NevilleInterpolator Neville's Algorithm for interpolation of real univariate functions.Classorg.apache.commons.math3.analysis.interpolationApache Commons
NewtonRaphsonSolverClassorg.apache.commons.math3.analysis.solversApache Commons
NewtonSolver Newton's Method for finding zeros of real univariate functions.Classorg.apache.commons.math3.analysis.solversApache Commons
NoBracketingExceptionException to be thrown when function values have the same sign at both ends of an interval.Classorg.apache.commons.math3.exceptionApache Commons
NoDataExceptionException to be thrown when the required data is missing.Classorg.apache.commons.math3.exceptionApache Commons
NodesSetSet of BSP tree nodes.Classorg.apache.commons.math3.geometry.partitioningApache Commons
NoFeasibleSolutionExceptionThis class represents exceptions thrown by optimizers when no solution fulfills the constraints.Classorg.apache.commons.math3.optim.linearApache Commons
NoFeasibleSolutionExceptionThis class represents exceptions thrown by optimizers when no solution fulfills the constraints.Classorg.apache.commons.math3.optimization.linearApache Commons
NonLinearConjugateGradientOptimizerNon-linear conjugate gradient optimizer.Classorg.apache.commons.math3.optim.nonlinear.scalar.gradientApache Commons
NonLinearConjugateGradientOptimizerNon-linear conjugate gradient optimizer.Classorg.apache.commons.math3.optimization.generalApache Commons
NonMonotonicSequenceExceptionException to be thrown when the a sequence of values is not monotonically increasing or decreasing.Classorg.apache.commons.math3.exceptionApache Commons
NonNegativeConstraintA constraint for a linear optimization problem indicating whether all variables must be restricted to non-negative values.Classorg.apache.commons.math3.optim.linearApache Commons
NonPositiveDefiniteMatrixExceptionException to be thrown when a positive definite matrix is expected.Classorg.apache.commons.math3.linearApache Commons
NonPositiveDefiniteOperatorExceptionException to be thrown when a symmetric, definite positive RealLinearOperator is expected.Classorg.apache.commons.math3.linearApache Commons
NonSelfAdjointOperatorExceptionException to be thrown when a self-adjoint RealLinearOperator Since the coefficients of the matrix are not accessible, the mostClassorg.apache.commons.math3.linearApache Commons
NonSquareMatrixExceptionException to be thrown when a square matrix is expected.Classorg.apache.commons.math3.linearApache Commons
NonSquareOperatorExceptionException to be thrown when a square linear operator is expected.Classorg.apache.commons.math3.linearApache Commons
NonSymmetricMatrixExceptionException to be thrown when a symmetric matrix is expected.Classorg.apache.commons.math3.linearApache Commons
NordsieckStepInterpolatorThis class implements an interpolator for integrators using Nordsieck representation.Classorg.apache.commons.math3.ode.samplingApache Commons
NormalApproximationIntervalClassorg.apache.commons.math3.stat.intervalApache Commons
NormalDistributionSee Also:Normal distribution (Wikipedia), Normal distribution (MathWorld), Classorg.apache.commons.math3.distributionApache Commons
NormalizedRandomGeneratorThis interface represent a normalized random generator for Normalized generator provide null mean and unit standard deviation scalars.Interfaceorg.apache.commons.math3.randomApache Commons
NotANumberExceptionException to be thrown when a number is not a number.Classorg.apache.commons.math3.exceptionApache Commons
NotARotationMatrixExceptionThis class represents exceptions thrown while building rotationsSince:1.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
NotFiniteNumberExceptionException to be thrown when a number is not finite.Classorg.apache.commons.math3.exceptionApache Commons
NotPositiveExceptionException to be thrown when the argument is negative.Classorg.apache.commons.math3.exceptionApache Commons
NotStrictlyPositiveExceptionException to be thrown when the argument is not greater than 0.Classorg.apache.commons.math3.exceptionApache Commons
NPointCrossoverN-point crossover policy.Classorg.apache.commons.math3.geneticsApache Commons
NullArgumentExceptionAll conditions checks that fail due to a null argument must throw This class is meant to signal a precondition violation (null is an illegalClassorg.apache.commons.math3.exceptionApache Commons
NumberIsTooLargeExceptionException to be thrown when a number is too large.Classorg.apache.commons.math3.exceptionApache Commons
NumberIsTooSmallExceptionException to be thrown when a number is too small.Classorg.apache.commons.math3.exceptionApache Commons
NumberTransformerSubclasses implementing this interface can transform Objects to doubles.Interfaceorg.apache.commons.math3.utilApache Commons
ObjectiveFunctionScalar function to be optimized.Classorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
ObjectiveFunctionGradientGradient of the scalar function to be optimized.Classorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
ODEIntegratorThis interface defines the common parts shared by integrators for first and second order differential equations.Interfaceorg.apache.commons.math3.odeApache Commons
OLSMultipleLinearRegression multiple linear regression model.Classorg.apache.commons.math3.stat.regressionApache Commons
OnePointCrossoverOne point crossover policy.Classorg.apache.commons.math3.geneticsApache Commons
OneWayAnova Tests for differences between two or more categories of univariate data (for example, the body mass index of accountants, lawyers, doctors andClassorg.apache.commons.math3.stat.inferenceApache Commons
OpenIntToDoubleHashMapOpen addressed map from int to double.Classorg.apache.commons.math3.utilApache Commons
OpenIntToFieldHashMapOpen addressed map from int to FieldElement.Classorg.apache.commons.math3.utilApache Commons
OpenMapRealMatrixSparse matrix implementation based on an open addressed map.Classorg.apache.commons.math3.linearApache Commons
OpenMapRealVectorThis class implements the RealVector interface with a OpenIntToDoubleHashMap backing store.Classorg.apache.commons.math3.linearApache Commons
OptimizationData Implementations will provide functionality (optional or required) needed by the optimizers, and those will need to check the actual type of theInterfaceorg.apache.commons.math3.optimApache Commons
OptimizationData Implementations will provide functionality (optional or required) needed by the optimizers, and those will need to check the actual type of theInterfaceorg.apache.commons.math3.optimizationApache Commons
OptimizationProblemCommon settings for all optimization problems.Interfaceorg.apache.commons.math3.optimApache Commons
OrderedCrossoverOrder 1 Crossover [OX1] builds offspring from ordered chromosomes by copying a consecutive slice from one parent, and filling up the remaining genes from the otherClassorg.apache.commons.math3.geneticsApache Commons
OrderedTupleThis class implements an ordering operation for T-uples.Classorg.apache.commons.math3.geometry.partitioning.utilitiesApache Commons
OrientedPointThis class represents a 1D oriented hyperplane.Classorg.apache.commons.math3.geometry.euclidean.onedApache Commons
OutlineExtractorExtractor for polyhedrons sets outlines.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
OutOfRangeExceptionException to be thrown when some argument is out of range.Classorg.apache.commons.math3.exceptionApache Commons
Pair Although the instances of this class are immutable, it is impossible to ensure that the references passed to the constructor will not beClassorg.apache.commons.math3.utilApache Commons
ParameterizableThis interface enables to process any parameterizable object.Interfaceorg.apache.commons.math3.odeApache Commons
ParameterizedODEInterface to compute by finite difference Jacobian matrix for some parameter when computing partial derivatives equations.Interfaceorg.apache.commons.math3.odeApache Commons
ParameterJacobianProviderInterface to compute exactly Jacobian matrix for some parameter when computing partial derivatives equations.Interfaceorg.apache.commons.math3.odeApache Commons
ParameterValidatorInterface for validating a set of model parameters.Interfaceorg.apache.commons.math3.fitting.leastsquaresApache Commons
ParametricUnivariateFunctionAn interface representing a real function that depends on one independent variable plus some extra parameters.Interfaceorg.apache.commons.math3.analysisApache Commons
ParetoDistributionClassorg.apache.commons.math3.distributionApache Commons
PascalDistribution Implementation of the Pascal distribution.Classorg.apache.commons.math3.distributionApache Commons
PearsonsCorrelationComputes Pearson's product-moment correlation coefficients for pairs of arrays or columns of a matrix.Classorg.apache.commons.math3.stat.correlationApache Commons
PegasusSolver a zero of a univariate real function).Classorg.apache.commons.math3.analysis.solversApache Commons
PercentileProvides percentile computation.Classorg.apache.commons.math3.stat.descriptive.rankApache Commons
PermutationChromosomeInterface indicating that the chromosome represents a permutation of objects.Interfaceorg.apache.commons.math3.geneticsApache Commons
PiecewiseBicubicSplineInterpolatingFunctionFunction that implements the This implementation currently uses AkimaSplineInterpolator as theClassorg.apache.commons.math3.analysis.interpolationApache Commons
PiecewiseBicubicSplineInterpolatorGenerates a piecewise-bicubic interpolating function.Classorg.apache.commons.math3.analysis.interpolationApache Commons
PivotingStrategyInterfaceA strategy to pick a pivoting index of an array for doing partitioning.Interfaceorg.apache.commons.math3.utilApache Commons
PivotSelectionRuleenum PivotSelectionRulePivot selection rule to the use for a Simplex solver.Classorg.apache.commons.math3.optim.linearApache Commons
PlaneThe class represent planes in a three dimensional space.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
PointThis interface represents a generic geometrical point.Interfaceorg.apache.commons.math3.geometryApache Commons
PointValuePairThis class holds a point and the value of an objective function atSince:3.Classorg.apache.commons.math3.optimApache Commons
PointValuePairThis class holds a point and the value of an objective function atSince:3.Classorg.apache.commons.math3.optimizationApache Commons
PointVectorValuePairThis class holds a point and the vectorial value of an objective function atSince:3.Classorg.apache.commons.math3.optimApache Commons
PointVectorValuePairThis class holds a point and the vectorial value of an objective function atSince:3.Classorg.apache.commons.math3.optimizationApache Commons
PoissonDistributionSee Also:Poisson distribution (Wikipedia), Poisson distribution (MathWorld), Classorg.apache.commons.math3.distributionApache Commons
PolygonsSetThis class represents a 2D region: a set of polygons.Classorg.apache.commons.math3.geometry.euclidean.twodApache Commons
PolyhedronsSetThis class represents a 3D region: a set of polyhedrons.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
PolynomialCurveFitterFits points to a polynomial The size of the initial guess array defines theClassorg.apache.commons.math3.fittingApache Commons
PolynomialFitterPolynomial fitting is a very simple case of curve fitting.Classorg.apache.commons.math3.fittingApache Commons
PolynomialFitterPolynomial fitting is a very simple case of curve fitting.Classorg.apache.commons.math3.optimization.fittingApache Commons
PolynomialFunctionImmutable representation of a real polynomial function with real coefficients.Classorg.apache.commons.math3.analysis.polynomialsApache Commons
PolynomialFunctionLagrangeForm Lagrange Form.Classorg.apache.commons.math3.analysis.polynomialsApache Commons
PolynomialFunctionNewtonForm Newton Form.Classorg.apache.commons.math3.analysis.polynomialsApache Commons
PolynomialSolverInterface for (polynomial) root-finding algorithms.Interfaceorg.apache.commons.math3.analysis.solversApache Commons
PolynomialSplineFunctionRepresents a polynomial spline function.Classorg.apache.commons.math3.analysis.polynomialsApache Commons
PolynomialsUtilsA collection of static methods that operate on or return polynomials.Classorg.apache.commons.math3.analysis.polynomialsApache Commons
PopulationA collection of chromosomes that facilitates generational evolution.Interfaceorg.apache.commons.math3.geneticsApache Commons
PowClassorg.apache.commons.math3.analysis.functionApache Commons
PowellOptimizer This code is translated and adapted from the Python version of this algorithm (as implemented in module optimize.Classorg.apache.commons.math3.optim.nonlinear.scalar.noderivApache Commons
PowellOptimizer This code is translated and adapted from the Python version of this algorithm (as implemented in module optimize.Classorg.apache.commons.math3.optimization.directApache Commons
PowerClassorg.apache.commons.math3.analysis.functionApache Commons
PrecisionUtilities for comparing numbers.Classorg.apache.commons.math3.utilApache Commons
PreconditionedIterativeLinearSolver This abstract class defines preconditioned iterative solvers.Classorg.apache.commons.math3.linearApache Commons
PreconditionerThis interface represents a preconditioner for differentiable scalar objective function optimizers.Interfaceorg.apache.commons.math3.optim.nonlinear.scalar.gradientApache Commons
PreconditionerThis interface represents a preconditioner for differentiable scalar objective function optimizers.Interfaceorg.apache.commons.math3.optimization.generalApache Commons
PrimesMethods related to prime numbers in the range of int: primality testprime number generationfactorizationClassorg.apache.commons.math3.primesApache Commons
ProcessModelDefines the process dynamics model for the use with a KalmanFilter.Interfaceorg.apache.commons.math3.filterApache Commons
ProductReturns the product of the available values.Classorg.apache.commons.math3.stat.descriptive.summaryApache Commons
ProperBigFractionFormatFormats a BigFraction number in proper format.Classorg.apache.commons.math3.fractionApache Commons
ProperFractionFormatFormats a Fraction number in proper format.Classorg.apache.commons.math3.fractionApache Commons
PSquarePercentileA StorelessUnivariateStatistic estimating percentiles using the Algorithm as explained by RajClassorg.apache.commons.math3.stat.descriptive.rankApache Commons
QRDecompositionCalculates the QR-decomposition of a matrix.Classorg.apache.commons.math3.linearApache Commons
QuantizationErrorComputes the quantization error histogram.Classorg.apache.commons.math3.ml.neuralnet.twod.utilApache Commons
QuasiSigmoidDecayFunctionDecay function whose shape is similar to a sigmoid.Classorg.apache.commons.math3.ml.neuralnet.sofm.utilApache Commons
QuaternionThis class implements quaternions (Hamilton's hypercomplex numbers).Classorg.apache.commons.math3.complexApache Commons
RandomAdaptorExtension of java.Classorg.apache.commons.math3.randomApache Commons
RandomDataRandom data generation utilities.Interfaceorg.apache.commons.math3.randomApache Commons
RandomDataGenerator instance to generate non-secure data and a SecureRandom instance to provide data for the nextSecureXxx methods.Classorg.apache.commons.math3.randomApache Commons
RandomDataImplGenerates random deviates and other random data using a RandomGenerator instance to generate non-secure data and a SecureRandomClassorg.apache.commons.math3.randomApache Commons
RandomGeneratorInterface extracted from java.Interfaceorg.apache.commons.math3.randomApache Commons
RandomGeneratorFactoryUtilities for creating RandomGenerator instances.Classorg.apache.commons.math3.randomApache Commons
RandomKeyRandom Key chromosome is used for permutation representation.Classorg.apache.commons.math3.geneticsApache Commons
RandomKeyMutationMutation operator for RandomKeys.Classorg.apache.commons.math3.geneticsApache Commons
RandomPivotingStrategyA strategy of selecting random index between begin and end indices.Classorg.apache.commons.math3.utilApache Commons
RandomVectorGeneratorThis interface represents a random generator for whole vectors.Interfaceorg.apache.commons.math3.randomApache Commons
RankingAlgorithmInterface representing a rank transformation.Interfaceorg.apache.commons.math3.stat.rankingApache Commons
RealDistributionBase interface for distributions on the reals.Interfaceorg.apache.commons.math3.distributionApache Commons
RealFieldElementInterface representing a realSince:3.Interfaceorg.apache.commons.math3Apache Commons
RealFieldUnivariateFunctionAn interface representing a univariate real function.Interfaceorg.apache.commons.math3.analysisApache Commons
RealLinearOperatorThis class defines a linear operator operating on real (double) vector spaces.Classorg.apache.commons.math3.linearApache Commons
RealMatrixInterface defining a real-valued matrix with basic algebraic operations.Interfaceorg.apache.commons.math3.linearApache Commons
RealMatrixChangingVisitorInterface defining a visitor for matrix entries.Interfaceorg.apache.commons.math3.linearApache Commons
RealMatrixFormatFormats a nxm matrix in components list format a11, .Classorg.apache.commons.math3.linearApache Commons
RealMatrixPreservingVisitorInterface defining a visitor for matrix entries.Interfaceorg.apache.commons.math3.linearApache Commons
RealTransformerInterface for one-dimensional data sets transformations producing real results.Interfaceorg.apache.commons.math3.transformApache Commons
RealVectorClass defining a real-valued vector with basic algebraic operations.Classorg.apache.commons.math3.linearApache Commons
RealVectorChangingVisitorThis interface defines a visitor for the entries of a vector.Interfaceorg.apache.commons.math3.linearApache Commons
RealVectorFormatFormats a vector in components list format {v0; v1; .Classorg.apache.commons.math3.linearApache Commons
RealVectorPreservingVisitorThis interface defines a visitor for the entries of a vector.Interfaceorg.apache.commons.math3.linearApache Commons
RectangularCholeskyDecompositionCalculates the rectangular Cholesky decomposition of a matrix.Classorg.apache.commons.math3.linearApache Commons
RegionThis interface represents a region of a space as a partition.Interfaceorg.apache.commons.math3.geometry.partitioningApache Commons
RegionFactoryThis class is a factory for Region.Classorg.apache.commons.math3.geometry.partitioningApache Commons
RegressionResultsResults of a Multiple Linear Regression model fit.Classorg.apache.commons.math3.stat.regressionApache Commons
RegulaFalsiSolver root-finding (approximating a zero of a univariate real function).Classorg.apache.commons.math3.analysis.solversApache Commons
RelationshipTypes of relationships between two cells in a Solver LinearConstraint.Classorg.apache.commons.math3.optim.linearApache Commons
RelationshipTypes of relationships between two cells in a Solver LinearConstraint.Classorg.apache.commons.math3.optimization.linearApache Commons
ResizableDoubleArray A variable length DoubleArray implementation that automatically handles expanding and contracting its internal storage array as elementsClassorg.apache.commons.math3.utilApache Commons
RiddersSolver Ridders' Method for root finding of real univariate functions.Classorg.apache.commons.math3.analysis.solversApache Commons
RintClassorg.apache.commons.math3.analysis.functionApache Commons
RombergIntegrator Romberg Algorithm for integration of real univariate functions.Classorg.apache.commons.math3.analysis.integrationApache Commons
RootsOfUnityA helper class for the computation and caching of the n-th roots ofSince:3.Classorg.apache.commons.math3.complexApache Commons
RotationThis class implements rotations in a three-dimensional space.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
RotationConventionenum RotationConventionThis enumerates is used to differentiate the semantics of a rotation.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
RotationOrderThis class is a utility representing a rotation order specification for Cardan or Euler angles specification.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
RRQRDecompositionCalculates the rank-revealing QR-decomposition of a matrix, with column pivoting.Classorg.apache.commons.math3.linearApache Commons
RungeKuttaFieldIntegratorThis class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
RungeKuttaIntegratorThis class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
S1PointThis class represents a point on the 1-sphere.Classorg.apache.commons.math3.geometry.spherical.onedApache Commons
S2PointThis class represents a point on the 2-sphere.Classorg.apache.commons.math3.geometry.spherical.twodApache Commons
SearchIntervalSearch interval and (optional) start value.Classorg.apache.commons.math3.optim.univariateApache Commons
SecantSolver zero of a univariate real function).Classorg.apache.commons.math3.analysis.solversApache Commons
SecondaryEquationsThis interface allows users to add secondary differential equations to a primary set of differential equations.Interfaceorg.apache.commons.math3.odeApache Commons
SecondMomentComputes a statistic related to the Second Central Moment.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
SecondOrderDifferentialEquationsThis interface represents a second order differential equations set.Interfaceorg.apache.commons.math3.odeApache Commons
SecondOrderIntegratorThis interface represents a second order integrator for differential equations.Interfaceorg.apache.commons.math3.odeApache Commons
SegmentSimple container for a two-points segment.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
SegmentSimple container for a two-points segment.Classorg.apache.commons.math3.geometry.euclidean.twodApache Commons
SelectionPolicyAlgorithm used to select a chromosome pair from a population.Interfaceorg.apache.commons.math3.geneticsApache Commons
SemiVarianceComputes the semivariance of a set of values with respect to a given cutoff value.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
SideEnumerate representing the location of an element with respect to an hyperplane of a space.Classorg.apache.commons.math3.geometry.partitioningApache Commons
Sigmoid It is the inverse of the logit function.Classorg.apache.commons.math3.analysis.functionApache Commons
SignumClassorg.apache.commons.math3.analysis.functionApache Commons
SimpleBoundsSimple optimization constraints: lower and upper bounds.Classorg.apache.commons.math3.optimApache Commons
SimpleBoundsSimple optimization constraints: lower and upper bounds.Classorg.apache.commons.math3.optimizationApache Commons
SimpleCurveFitterFits points to a user-defined function.Classorg.apache.commons.math3.fittingApache Commons
SimplePointCheckerSimple implementation of the ConvergenceChecker interface using only point coordinates.Classorg.apache.commons.math3.optimApache Commons
SimplePointCheckerSimple implementation of the ConvergenceChecker interface using only point coordinates.Classorg.apache.commons.math3.optimizationApache Commons
SimpleRegressionEstimates an ordinary least squares regression model with one independent variable.Classorg.apache.commons.math3.stat.regressionApache Commons
SimpleUnivariateValueCheckerSimple implementation of the ConvergenceChecker interfaceClassorg.apache.commons.math3.optim.univariateApache Commons
SimpleUnivariateValueCheckerSimple implementation of the ConvergenceChecker interfaceClassorg.apache.commons.math3.optimization.univariateApache Commons
SimpleValueCheckerSimple implementation of the ConvergenceChecker interface using only objective function values.Classorg.apache.commons.math3.optimApache Commons
SimpleValueCheckerSimple implementation of the ConvergenceChecker interface using only objective function values.Classorg.apache.commons.math3.optimizationApache Commons
SimpleVectorValueCheckerSimple implementation of the ConvergenceChecker interface using only objective function values.Classorg.apache.commons.math3.optimApache Commons
SimpleVectorValueCheckerSimple implementation of the ConvergenceChecker interface using only objective function values.Classorg.apache.commons.math3.optimizationApache Commons
SimplexOptimizerThis class implements simplex-based direct search optimization.Classorg.apache.commons.math3.optim.nonlinear.scalar.noderivApache Commons
SimplexOptimizerThis class implements simplex-based direct search optimization.Classorg.apache.commons.math3.optimization.directApache Commons
SimplexSolverSolves a linear problem using the Two-Phase Simplex method.Classorg.apache.commons.math3.optim.linearApache Commons
SimplexSolverSolves a linear problem using the Two-Phase Simplex Method.Classorg.apache.commons.math3.optimization.linearApache Commons
SimpsonIntegrator Simpson's Rule for integration of real univariate functions.Classorg.apache.commons.math3.analysis.integrationApache Commons
SinClassorg.apache.commons.math3.analysis.functionApache Commons
Sinc sinc(x) = 1 if x = 0, sin(x) / x otherwise.Classorg.apache.commons.math3.analysis.functionApache Commons
SingularMatrixExceptionException to be thrown when a non-singular matrix is expected.Classorg.apache.commons.math3.linearApache Commons
SingularOperatorExceptionException to be thrown when trying to invert a singular operator.Classorg.apache.commons.math3.linearApache Commons
SingularValueDecompositionCalculates the compact Singular Value Decomposition of a matrix.Classorg.apache.commons.math3.linearApache Commons
SinhHyperbolic sine function.Classorg.apache.commons.math3.analysis.functionApache Commons
SkewnessComputes the skewness of the available values.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
SmoothedDataHistogramVisualization of high-dimensional data projection on a 2D-map.Classorg.apache.commons.math3.ml.neuralnet.twod.utilApache Commons
SmoothingPolynomialBicubicSplineInterpolatorGenerates a bicubic interpolation function.Classorg.apache.commons.math3.analysis.interpolationApache Commons
SobolSequenceGenerator A Sobol sequence is a low-discrepancy sequence with the property that for all values of N, its subsequence (x1, .Classorg.apache.commons.math3.randomApache Commons
SolutionCallbackA callback object that can be provided to a linear optimizer to keep track of the best solution found.Classorg.apache.commons.math3.optim.linearApache Commons
SpaceThis interface represents a generic space, with affine and vectorial counterparts.Interfaceorg.apache.commons.math3.geometryApache Commons
SparseFieldMatrixSparse matrix implementation based on an open addressed map.Classorg.apache.commons.math3.linearApache Commons
SparseFieldVectorThis class implements the FieldVector interface with a OpenIntToFieldHashMap backing store.Classorg.apache.commons.math3.linearApache Commons
SparseGradientFirst derivative computation with large number of variables.Classorg.apache.commons.math3.analysis.differentiationApache Commons
SparseRealMatrixMarker interface for RealMatrix implementations that require sparse backing storage Caveat: Implementation are allowed to assume that, for any x,Interfaceorg.apache.commons.math3.linearApache Commons
SparseRealVectorMarker class for RealVectors that require sparse backing storage Caveat: Implementation are allowed to assume that, for any x,Classorg.apache.commons.math3.linearApache Commons
SpearmansCorrelationSpearman's rank correlation.Classorg.apache.commons.math3.stat.correlationApache Commons
Sphere1DThis class implements a one-dimensional sphere (i.Classorg.apache.commons.math3.geometry.spherical.onedApache Commons
Sphere2DThis class implements a two-dimensional sphere (i.Classorg.apache.commons.math3.geometry.spherical.twodApache Commons
SphereGeneratorClass generating an enclosing ball from its support points.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
SphericalCoordinatesThis class provides conversions related to spherical coordinates.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
SphericalPolygonsSetThis class represents a region on the 2-sphere: a set of spherical polygons.Classorg.apache.commons.math3.geometry.spherical.twodApache Commons
SplineInterpolatorComputes a natural (also known as free, unclamped) cubic spline interpolation for the data set.Classorg.apache.commons.math3.analysis.interpolationApache Commons
SqrtSquare-root function.Classorg.apache.commons.math3.analysis.functionApache Commons
SquareNeighbourhoodenum SquareNeighbourhoodDefines neighbourhood types.Classorg.apache.commons.math3.ml.neuralnetApache Commons
StableRandomGeneratorThis class provides a stable normalized random generator.Classorg.apache.commons.math3.randomApache Commons
StandardDeviationComputes the sample standard deviation.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
StatisticalMultivariateSummaryReporting interface for basic multivariate statistics.Interfaceorg.apache.commons.math3.stat.descriptiveApache Commons
StatisticalSummaryReporting interface for basic univariate statistics.Interfaceorg.apache.commons.math3.stat.descriptiveApache Commons
StatisticalSummaryValuesValue object representing the results of a univariate statistical summary.Classorg.apache.commons.math3.stat.descriptiveApache Commons
StatUtilsStatUtils provides static methods for computing statistics based on data stored in double[] arrays.Classorg.apache.commons.math3.statApache Commons
StepFunctionClassorg.apache.commons.math3.analysis.functionApache Commons
StepHandlerThis interface represents a handler that should be called after each successful step.Interfaceorg.apache.commons.math3.ode.samplingApache Commons
StepInterpolatorThis interface represents an interpolator over the last step during an ODE integration.Interfaceorg.apache.commons.math3.ode.samplingApache Commons
StepNormalizerThis class wraps an object implementing FixedStepHandler into a StepHandler.Classorg.apache.commons.math3.ode.samplingApache Commons
StepNormalizerBoundsenum StepNormalizerBoundsStep normalizer bounds settings.Classorg.apache.commons.math3.ode.samplingApache Commons
StepNormalizerModeenum StepNormalizerModeStep normalizer modes.Classorg.apache.commons.math3.ode.samplingApache Commons
StoppingConditionAlgorithm used to determine when to stop evolution.Interfaceorg.apache.commons.math3.geneticsApache Commons
StorelessCovarianceCovariance implementation that does not require input data to be stored in memory.Classorg.apache.commons.math3.stat.correlationApache Commons
StorelessUnivariateStatistic increment(double) and incrementAll(double[]) methods for adding values and updating internal state.Interfaceorg.apache.commons.math3.stat.descriptiveApache Commons
SubCircleThis class represents a sub-hyperplane for Circle.Classorg.apache.commons.math3.geometry.spherical.twodApache Commons
SubHyperplaneThis interface represents the remaining parts of an hyperplane after other parts have been chopped off.Interfaceorg.apache.commons.math3.geometry.partitioningApache Commons
SubLimitAngleThis class represents sub-hyperplane for LimitAngle.Classorg.apache.commons.math3.geometry.spherical.onedApache Commons
SubLineThis class represents a subset of a Line.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
SubLineThis class represents a sub-hyperplane for Line.Classorg.apache.commons.math3.geometry.euclidean.twodApache Commons
SubOrientedPointThis class represents sub-hyperplane for OrientedPoint.Classorg.apache.commons.math3.geometry.euclidean.onedApache Commons
SubPlaneThis class represents a sub-hyperplane for Plane.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
SubtractSubtract the second operand from the first.Classorg.apache.commons.math3.analysis.functionApache Commons
SumReturns the sum of the available values.Classorg.apache.commons.math3.stat.descriptive.summaryApache Commons
SummaryStatistics Computes summary statistics for a stream of data values added using the addValue method.Classorg.apache.commons.math3.stat.descriptiveApache Commons
SumOfClusterVariancesComputes the sum of intra-cluster distance variances according to the formula: \( score = \sum\limits_{i=1}^n \sigma_i^2 \)Classorg.apache.commons.math3.ml.clustering.evaluationApache Commons
SumOfLogsReturns the sum of the natural logs for this collection of values.Classorg.apache.commons.math3.stat.descriptive.summaryApache Commons
SumOfSquaresReturns the sum of the squares of the available values.Classorg.apache.commons.math3.stat.descriptive.summaryApache Commons
SupportBallGeneratorInterface for generating balls based on support points.Interfaceorg.apache.commons.math3.geometry.enclosingApache Commons
SymmetricGaussIntegratorThis class's implements integrate method assuming that the integral is symmetric about 0.Classorg.apache.commons.math3.analysis.integration.gaussApache Commons
SymmLQ Implementation of the SYMMLQ iterative linear solver proposed by Paige and Saunders (1975).Classorg.apache.commons.math3.linearApache Commons
SynchronizedDescriptiveStatistics DescriptiveStatistics that is safe to use in a multithreaded environment.Classorg.apache.commons.math3.stat.descriptiveApache Commons
SynchronizedMultivariateSummaryStatistics MultivariateSummaryStatistics that is safe to use in a multithreaded environment.Classorg.apache.commons.math3.stat.descriptiveApache Commons
SynchronizedRandomGeneratorAny RandomGenerator implementation can be thread-safe if it is used through an instance of this class.Classorg.apache.commons.math3.randomApache Commons
SynchronizedSummaryStatistics SummaryStatistics that is safe to use in a multithreaded environment.Classorg.apache.commons.math3.stat.descriptiveApache Commons
TanClassorg.apache.commons.math3.analysis.functionApache Commons
TanhHyperbolic tangent function.Classorg.apache.commons.math3.analysis.functionApache Commons
TargetTarget of the optimization procedure.Classorg.apache.commons.math3.optim.nonlinear.vectorApache Commons
TargetTarget of the optimization procedure.Classorg.apache.commons.math3.optimizationApache Commons
TDistributionSee Also:Student's t-distribution (Wikipedia), Student's t-distribution (MathWorld), Classorg.apache.commons.math3.distributionApache Commons
TestUtilsA collection of static methods to create inference test instances or to perform inference tests.Classorg.apache.commons.math3.stat.inferenceApache Commons
ThreeEighthesFieldIntegratorThis class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
ThreeEighthesIntegratorThis class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
TiesStrategyStrategies for handling tied values in rank transformations.Classorg.apache.commons.math3.stat.rankingApache Commons
TooManyEvaluationsExceptionException to be thrown when the maximal number of evaluations is exceeded.Classorg.apache.commons.math3.exceptionApache Commons
TooManyIterationsExceptionException to be thrown when the maximal number of iterations is exceeded.Classorg.apache.commons.math3.exceptionApache Commons
TopographicErrorHistogramComputes the topographic error histogram.Classorg.apache.commons.math3.ml.neuralnet.twod.utilApache Commons
TournamentSelectionTournament selection scheme.Classorg.apache.commons.math3.geneticsApache Commons
TransformThis interface represents an inversible affine transform in a space.Interfaceorg.apache.commons.math3.geometry.partitioningApache Commons
TransformerMapThis TansformerMap automates the transformation of mixed object types.Classorg.apache.commons.math3.utilApache Commons
TransformTypeThis enumeration defines the type of transform which is to be computed.Classorg.apache.commons.math3.transformApache Commons
TransformUtilsUseful functions for the implementation of various transforms.Classorg.apache.commons.math3.transformApache Commons
TrapezoidIntegrator Trapezoid Rule for integration of real univariate functions.Classorg.apache.commons.math3.analysis.integrationApache Commons
TriangularDistributionClassorg.apache.commons.math3.distributionApache Commons
TricubicInterpolatingFunctionFunction that implements the tricubic spline interpolation, as proposed inClassorg.apache.commons.math3.analysis.interpolationApache Commons
TricubicInterpolatorGenerates a tricubic interpolating function.Classorg.apache.commons.math3.analysis.interpolationApache Commons
TricubicSplineInterpolatingFunctionFunction that implements the tricubic spline interpolation, as proposed inClassorg.apache.commons.math3.analysis.interpolationApache Commons
TricubicSplineInterpolatorGenerates a tricubic interpolating function.Classorg.apache.commons.math3.analysis.interpolationApache Commons
TrivariateFunctionAn interface representing a trivariate real function.Interfaceorg.apache.commons.math3.analysisApache Commons
TrivariateGridInterpolatorInterface representing a trivariate real interpolating function where the sample points must be specified on a regular grid.Interfaceorg.apache.commons.math3.analysis.interpolationApache Commons
TTestAn implementation for Student's t-tests.Classorg.apache.commons.math3.stat.inferenceApache Commons
UlpClassorg.apache.commons.math3.analysis.functionApache Commons
UnboundedSolutionExceptionThis class represents exceptions thrown by optimizers when a solution escapes to infinity.Classorg.apache.commons.math3.optim.linearApache Commons
UnboundedSolutionExceptionThis class represents exceptions thrown by optimizers when a solution escapes to infinity.Classorg.apache.commons.math3.optimization.linearApache Commons
UncorrelatedRandomVectorGeneratorA RandomVectorGenerator that generates vectors with uncorrelated components.Classorg.apache.commons.math3.randomApache Commons
UnifiedDistanceMatrix visualization of high-dimensional data projection.Classorg.apache.commons.math3.ml.neuralnet.twod.utilApache Commons
UniformCrossoverPerform Uniform Crossover [UX] on the specified chromosomes.Classorg.apache.commons.math3.geneticsApache Commons
UniformIntegerDistributionClassorg.apache.commons.math3.distributionApache Commons
UniformRandomGeneratorThis class implements a normalized uniform random generator.Classorg.apache.commons.math3.randomApache Commons
UniformRealDistributionClassorg.apache.commons.math3.distributionApache Commons
UnitSphereRandomVectorGeneratorGenerate random vectors isotropically located on the surface of a sphere.Classorg.apache.commons.math3.randomApache Commons
UnivariateDfpFunctionAn interface representing a univariate Dfp function.Interfaceorg.apache.commons.math3.dfpApache Commons
UnivariateDifferentiableFunctionInterface for univariate functions derivatives.Interfaceorg.apache.commons.math3.analysis.differentiationApache Commons
UnivariateDifferentiableMatrixFunctionExtension of UnivariateMatrixFunction representing a univariate differentiable matrix function.Interfaceorg.apache.commons.math3.analysis.differentiationApache Commons
UnivariateDifferentiableSolverInterface for (univariate real) rootfinding algorithms.Interfaceorg.apache.commons.math3.analysis.solversApache Commons
UnivariateDifferentiableVectorFunctionExtension of UnivariateVectorFunction representing a univariate differentiable vectorial function.Interfaceorg.apache.commons.math3.analysis.differentiationApache Commons
UnivariateFunctionAn interface representing a univariate real function.Interfaceorg.apache.commons.math3.analysisApache Commons
UnivariateFunctionDifferentiatorInterface defining the function differentiation operation.Interfaceorg.apache.commons.math3.analysis.differentiationApache Commons
UnivariateIntegratorInterface for univariate real integration algorithms.Interfaceorg.apache.commons.math3.analysis.integrationApache Commons
UnivariateInterpolatorInterface representing a univariate real interpolating function.Interfaceorg.apache.commons.math3.analysis.interpolationApache Commons
UnivariateMatrixFunctionAn interface representing a univariate matrix function.Interfaceorg.apache.commons.math3.analysisApache Commons
UnivariateMatrixFunctionDifferentiatorInterface defining the function differentiation operation.Interfaceorg.apache.commons.math3.analysis.differentiationApache Commons
UnivariateMultiStartOptimizerSpecial implementation of the UnivariateOptimizer interface adding multi-start features to an existing optimizer.Classorg.apache.commons.math3.optimization.univariateApache Commons
UnivariateObjectiveFunctionScalar function to be optimized.Classorg.apache.commons.math3.optim.univariateApache Commons
UnivariateOptimizerBase class for a univariate scalar function optimizer.Classorg.apache.commons.math3.optim.univariateApache Commons
UnivariateOptimizerInterface for univariate optimization algorithms.Interfaceorg.apache.commons.math3.optimization.univariateApache Commons
UnivariatePeriodicInterpolatorAdapter for classes implementing the UnivariateInterpolator The data to be interpolated is assumed to be periodic.Classorg.apache.commons.math3.analysis.interpolationApache Commons
UnivariatePointValuePairThis class holds a point and the value of an objective function at this This is a simple immutable container.Classorg.apache.commons.math3.optim.univariateApache Commons
UnivariatePointValuePairThis class holds a point and the value of an objective function at this This is a simple immutable container.Classorg.apache.commons.math3.optimization.univariateApache Commons
UnivariateSolverInterface for (univariate real) root-finding algorithms.Interfaceorg.apache.commons.math3.analysis.solversApache Commons
UnivariateSolverUtilsUtility routines for UnivariateSolver objects.Classorg.apache.commons.math3.analysis.solversApache Commons
UnivariateStatisticBase interface implemented by all statistics.Interfaceorg.apache.commons.math3.stat.descriptiveApache Commons
UnivariateVectorFunctionAn interface representing a univariate vectorial function.Interfaceorg.apache.commons.math3.analysisApache Commons
UnivariateVectorFunctionDifferentiatorInterface defining the function differentiation operation.Interfaceorg.apache.commons.math3.analysis.differentiationApache Commons
UnknownParameterExceptionException to be thrown when a parameter is unknown.Classorg.apache.commons.math3.odeApache Commons
UpdateActionInterfaceorg.apache.commons.math3.ml.neuralnetApache Commons
UpdatingMultipleLinearRegressionAn interface for regression models allowing for dynamic updating of the data.Interfaceorg.apache.commons.math3.stat.regressionApache Commons
ValueAndJacobianFunctionA interface for functions that compute a vector of values and can compute their derivatives (Jacobian).Interfaceorg.apache.commons.math3.fitting.leastsquaresApache Commons
ValueServerGenerates values for use in simulation applications.Classorg.apache.commons.math3.randomApache Commons
VarianceComputes the variance of the available values.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
VectorThis interface represents a generic vector in a vectorial space or a point in an affine space.Interfaceorg.apache.commons.math3.geometryApache Commons
Vector1DThis class represents a 1D vector.Classorg.apache.commons.math3.geometry.euclidean.onedApache Commons
Vector1DFormatFormats a 1D vector in components list format {x}.Classorg.apache.commons.math3.geometry.euclidean.onedApache Commons
Vector2DThis class represents a 2D vector.Classorg.apache.commons.math3.geometry.euclidean.twodApache Commons
Vector2DFormatFormats a 2D vector in components list format {x; y}.Classorg.apache.commons.math3.geometry.euclidean.twodApache Commons
Vector3DThis class implements vectors in a three-dimensional space.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
Vector3DFormatFormats a 3D vector in components list format {x; y; z}.Classorg.apache.commons.math3.geometry.euclidean.threedApache Commons
VectorFormatFormats a vector in components list format {x; y; .Classorg.apache.commons.math3.geometryApache Commons
VectorialCovarianceReturns the covariance matrix of the available vectors.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
VectorialMeanReturns the arithmetic mean of the available vectors.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
VertexSpherical polygons boundary vertex.Classorg.apache.commons.math3.geometry.spherical.twodApache Commons
WeibullDistribution two parameter form of the distribution defined by Weibull Distribution, equations (1) and (2).Classorg.apache.commons.math3.distributionApache Commons
WeightWeight matrix of the residuals between model and observations.Classorg.apache.commons.math3.optim.nonlinear.vectorApache Commons
WeightWeight matrix of the residuals between model and observations.Classorg.apache.commons.math3.optimizationApache Commons
WeightedEvaluationWeighted evaluation for statistics.Interfaceorg.apache.commons.math3.stat.descriptiveApache Commons
WeightedObservedPointThis class is a simple container for weighted observed point in Instances of this class are guaranteed to be immutable.Classorg.apache.commons.math3.fittingApache Commons
WeightedObservedPointThis class is a simple container for weighted observed point in Instances of this class are guaranteed to be immutable.Classorg.apache.commons.math3.optimization.fittingApache Commons
WeightedObservedPointsSimple container for weighted observed points used in curve fitting algorithms.Classorg.apache.commons.math3.fittingApache Commons
Well1024aClassorg.apache.commons.math3.randomApache Commons
Well19937aClassorg.apache.commons.math3.randomApache Commons
Well19937cClassorg.apache.commons.math3.randomApache Commons
Well44497aClassorg.apache.commons.math3.randomApache Commons
Well44497bClassorg.apache.commons.math3.randomApache Commons
Well512aClassorg.apache.commons.math3.randomApache Commons
WelzlEncloserClass implementing Emo Welzl algorithm to find the smallest enclosing ball in linear time.Classorg.apache.commons.math3.geometry.enclosingApache Commons
WilcoxonSignedRankTestAn implementation of the Wilcoxon signed-rank test.Classorg.apache.commons.math3.stat.inferenceApache Commons
WilsonScoreIntervalClassorg.apache.commons.math3.stat.intervalApache Commons
ZeroExceptionException to be thrown when zero is provided where it is not allowed.Classorg.apache.commons.math3.exceptionApache Commons
ZipfDistribution For a random variable X whose values are distributed according to this distribution, the probability mass function is given byClassorg.apache.commons.math3.distributionApache Commons
ArgClassorg.apache.commons.modeler.antApache Commons
AttributeInfoInternal configuration information for an AttributeVersion:$Revision: 480402 $ $Date: 2006-11-29 04:43:23 +0000 (Wed, 29 Nov 2006) $Author:Craig R.Classorg.apache.commons.modelerApache Commons
BaseAttributeFilter notifications.Classorg.apache.commons.modelerApache Commons
BaseModelMBeanBasic implementation of the ModelMBean interface, which supports the minimal requirements of the interface contract.Classorg.apache.commons.modelerApache Commons
BaseNotificationBase JMX Notification.Classorg.apache.commons.modelerApache Commons
BaseNotificationBroadcaster change notifications.Classorg.apache.commons.modelerApache Commons
ConstructorInfoInternal configuration information for a ConstructorVersion:$Revision: 480402 $ $Date: 2006-11-29 04:43:23 +0000 (Wed, 29 Nov 2006) $Author:Craig R.Classorg.apache.commons.modelerApache Commons
DomUtilFew simple utils to read DOMAuthor:Costin ManolacheClassorg.apache.commons.modeler.utilApache Commons
FeatureInfoConvenience base class for AttributeInfo, ConstructorInfo, and OperationInfo classesClassorg.apache.commons.modelerApache Commons
FieldInfoSimple JavaBean representing the contents of a element in an MBeans descriptor file.Classorg.apache.commons.modelerApache Commons
FixedNotificationFilterSpecial NotificationFilter that allows modeler to optimize its notifications.Classorg.apache.commons.modelerApache Commons
IntrospectionUtilsUtils for introspection and reflection Source: jakarta-tomcat-connector/utilClassorg.apache.commons.modeler.utilApache Commons
JmxInvokeSet mbean properties.Classorg.apache.commons.modeler.antApache Commons
JmxSetSet mbean properties.Classorg.apache.commons.modeler.antApache Commons
JndiJmxLink between JNDI and JMX.Classorg.apache.commons.modelerApache Commons
MainSmall main that loads mbeans.Classorg.apache.commons.modelerApache Commons
ManagedBeanInternal configuration information for a managed bean (MBean)Version:$Revision: 480402 $ $Date: 2006-11-29 04:43:23 +0000 (Wed, 29 Nov 2006) $Author:Craig R.Classorg.apache.commons.modelerApache Commons
MbeansDescriptorsDigesterSourceClassorg.apache.commons.modeler.modulesApache Commons
MbeansDescriptorsDOMSourceClassorg.apache.commons.modeler.modulesApache Commons
MbeansDescriptorsDynamicMBeanSourceExtract metadata from a dynamic mbean.Classorg.apache.commons.modeler.modulesApache Commons
MbeansDescriptorsIntrospectionSourceClassorg.apache.commons.modeler.modulesApache Commons
MbeansDescriptorsSerSourceClassorg.apache.commons.modeler.modulesApache Commons
MbeansSourceThis will create mbeans based on a config file.Classorg.apache.commons.modeler.modulesApache Commons
MbeansSourceMBeanThis mbean will load an extended mlet file ( similar in syntax with jboss ).Interfaceorg.apache.commons.modeler.modulesApache Commons
MLETTaskLoad an MBean.Classorg.apache.commons.modeler.antApache Commons
ModelerSourceSource for descriptor data.Classorg.apache.commons.modeler.modulesApache Commons
ModelerTaskLike MLETTask, but it wraps the bean in a BaseModelMBean.Classorg.apache.commons.modeler.antApache Commons
NotificationInfoInternal configuration information for a NotificationVersion:$Revision: 480402 $ $Date: 2006-11-29 04:43:23 +0000 (Wed, 29 Nov 2006) $Author:Craig R.Classorg.apache.commons.modelerApache Commons
OperationInfoInternal configuration information for an OperationVersion:$Revision: 480402 $ $Date: 2006-11-29 04:43:23 +0000 (Wed, 29 Nov 2006) $Author:Craig R.Classorg.apache.commons.modelerApache Commons
ParameterInfoInternal configuration information for a ParameterVersion:$Revision: 480402 $ $Date: 2006-11-29 04:43:23 +0000 (Wed, 29 Nov 2006) $Author:Craig R.Classorg.apache.commons.modelerApache Commons
RegistryRegistry for modeler MBeans.Classorg.apache.commons.modelerApache Commons
RegistryMBeanInterface for modeler MBeans.Interfaceorg.apache.commons.modelerApache Commons
RegistryTaskLoad descriptors into registry.Classorg.apache.commons.modeler.antApache Commons
ServiceTaskGroup a set of mbeans in a service, and perform actions onFields inherited from class org.Classorg.apache.commons.modeler.antApache Commons
SimpleRemoteConnector Proxy using a very simple HTTP based protocol.Classorg.apache.commons.modeler.mbeansApache Commons
ArticleThis is a class that contains the basic state needed for message retrieval and threading.Classorg.apache.commons.net.nntpApache Commons
ArticleInfoClass contains details about an article.Classorg.apache.commons.net.nntpApache Commons
ArticlePointerThis class is a structure used to return article number and unique id information extracted from an NNTP server reply.Classorg.apache.commons.net.nntpApache Commons
AuthenticatingIMAPClientAn IMAP Client class with authentication support.Classorg.apache.commons.net.imapApache Commons
AuthenticatingSMTPClientAn SMTP Client class with authentication support (RFC4954).Classorg.apache.commons.net.smtpApache Commons
Base64Provides Base64 encoding and decoding as defined by RFC 2045.Classorg.apache.commons.net.utilApache Commons
CharGenTCPClientThe CharGenTCPClient class is a TCP implementation of a client for the character generator protocol described in RFC 864.Classorg.apache.commons.net.chargenApache Commons
CharGenUDPClientThe CharGenUDPClient class is a UDP implementation of a client for the character generator protocol described in RFC 864.Classorg.apache.commons.net.chargenApache Commons
CharsetsHelps dealing with Charsets.Classorg.apache.commons.net.utilApache Commons
CompositeFileEntryParserThis implementation allows to pack some FileEntryParsers together and handle the case where to returned dirstyle isnt clearly defined.Classorg.apache.commons.net.ftp.parserApache Commons
ConfigurableThis interface adds the aspect of configurability by means of a supplied FTPClientConfig object to other classes in theInterfaceorg.apache.commons.net.ftpApache Commons
ConfigurableFTPFileEntryParserImpl This abstract class implements the common timestamp parsing algorithm for all the concrete parsers.Classorg.apache.commons.net.ftp.parserApache Commons
CopyStreamAdapterThe CopyStreamAdapter will relay CopyStreamEvents to a list of listeners when either of its bytesTransferred() methods are called.Classorg.apache.commons.net.ioApache Commons
CopyStreamEventA CopyStreamEvent is triggered after every write performed by a stream copying operation.Classorg.apache.commons.net.ioApache Commons
CopyStreamExceptionThe CopyStreamException class is thrown by the org.Classorg.apache.commons.net.ioApache Commons
CopyStreamListenerThe CopyStreamListener class can accept CopyStreamEvents to keep track of the progress of a stream copying operation.Interfaceorg.apache.commons.net.ioApache Commons
CRLFLineReaderCRLFLineReader implements a readLine() method that requires exactly CRLF to terminate an input line.Classorg.apache.commons.net.ioApache Commons
DatagramSocketClientThe DatagramSocketClient provides the basic operations that are required of client objects accessing datagram sockets.Classorg.apache.commons.netApache Commons
DatagramSocketFactoryThe DatagramSocketFactory interface provides a means for the programmer to control the creation of datagram sockets andInterfaceorg.apache.commons.netApache Commons
DaytimeTCPClientThe DaytimeTCPClient class is a TCP implementation of a client for the Daytime protocol described in RFC 867.Classorg.apache.commons.net.daytimeApache Commons
DaytimeUDPClientThe DaytimeUDPClient class is a UDP implementation of a client for the Daytime protocol described in RFC 867.Classorg.apache.commons.net.daytimeApache Commons
DefaultDatagramSocketFactoryDefaultDatagramSocketFactory implements the DatagramSocketFactory interface by simply wrapping the java.Classorg.apache.commons.netApache Commons
DefaultFTPFileEntryParserFactoryThis is the default implementation of the FTPFileEntryParserFactory interface.Classorg.apache.commons.net.ftp.parserApache Commons
DefaultSocketFactoryDefaultSocketFactory implements the SocketFactory interface by simply wrapping the java.Classorg.apache.commons.netApache Commons
DiscardTCPClientThe DiscardTCPClient class is a TCP implementation of a client for the Discard protocol described in RFC 863.Classorg.apache.commons.net.discardApache Commons
DiscardUDPClientThe DiscardUDPClient class is a UDP implementation of a client for the Discard protocol described in RFC 863.Classorg.apache.commons.net.discardApache Commons
DotTerminatedMessageReaderDotTerminatedMessageReader is a class used to read messages from a server that are terminated by a single dot followed by aClassorg.apache.commons.net.ioApache Commons
DotTerminatedMessageWriterDotTerminatedMessageWriter is a class used to write messages to a server that are terminated by a single dot followed by aClassorg.apache.commons.net.ioApache Commons
EchoOptionHandlerClassorg.apache.commons.net.telnetApache Commons
EchoTCPClientThe EchoTCPClient class is a TCP implementation of a client for the Echo protocol described in RFC 862.Classorg.apache.commons.net.echoApache Commons
EchoUDPClientThe EchoUDPClient class is a UDP implementation of a client for the Echo protocol described in RFC 862.Classorg.apache.commons.net.echoApache Commons
EnterpriseUnixFTPEntryParserParser for the Connect Enterprise Unix FTP Server From Sterling Commerce.Classorg.apache.commons.net.ftp.parserApache Commons
ExtendedPOP3ClientA POP3 Cilent class with protocol and authentication extensions support (RFC2449 and RFC2195).Classorg.apache.commons.net.pop3Apache Commons
FingerClientThe FingerClient class implements the client side of the Internet Finger Protocol defined in RFC 1288.Classorg.apache.commons.net.fingerApache Commons
FromNetASCIIInputStreamThis class wraps an input stream, replacing all occurrences of (carriage return followed by a linefeed),Classorg.apache.commons.net.ioApache Commons
FromNetASCIIOutputStreamThis class wraps an output stream, replacing all occurrences of (carriage return followed by a linefeed),Classorg.apache.commons.net.ioApache Commons
FTPFTP provides the basic the functionality necessary to implement your own FTP client.Classorg.apache.commons.net.ftpApache Commons
FTPClientFTPClient encapsulates all the functionality necessary to store and retrieve files from an FTP server.Classorg.apache.commons.net.ftpApache Commons
FTPClientConfig This class implements an alternate means of configuring the FTPClient object andClassorg.apache.commons.net.ftpApache Commons
FTPCmdClassorg.apache.commons.net.ftpApache Commons
FTPCommandFTPCommand stores a set of constants for FTP command codes.Classorg.apache.commons.net.ftpApache Commons
FTPConnectionClosedExceptionFTPConnectionClosedException is used to indicate the premature or unexpected closing of an FTP connection resulting from aClassorg.apache.commons.net.ftpApache Commons
FTPFileThe FTPFile class is used to represent information about files storedSee Also:FTPFileEntryParser, Classorg.apache.commons.net.ftpApache Commons
FTPFileEntryParserFTPFileEntryParser defines the interface for parsing a single FTP file listing and converting that information into anInterfaceorg.apache.commons.net.ftpApache Commons
FTPFileEntryParserFactoryThe interface describes a factory for creating FTPFileEntryParsers.Interfaceorg.apache.commons.net.ftp.parserApache Commons
FTPFileEntryParserImplThis abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.Classorg.apache.commons.net.ftpApache Commons
FTPFileFilterPerform filtering on FTPFile entries.Interfaceorg.apache.commons.net.ftpApache Commons
FTPFileFiltersClassorg.apache.commons.net.ftpApache Commons
FTPHTTPClientExperimental attempt at FTP client that tunnels over an HTTP proxy connection.Classorg.apache.commons.net.ftpApache Commons
FTPListParseEngineThis class handles the entire process of parsing a listing of file entries from the server.Classorg.apache.commons.net.ftpApache Commons
FTPReplyFTPReply stores a set of constants for FTP reply codes.Classorg.apache.commons.net.ftpApache Commons
FTPSClientFTP over SSL processing.Classorg.apache.commons.net.ftpApache Commons
FTPSCommandFTPS-specific commands.Classorg.apache.commons.net.ftpApache Commons
FTPSServerSocketFactoryServer socket factory for FTPS connections.Classorg.apache.commons.net.ftpApache Commons
FTPSSocketFactoryClassorg.apache.commons.net.ftpApache Commons
FTPSTrustManagerClassorg.apache.commons.net.ftpApache Commons
FTPTimestampParserInterfaceorg.apache.commons.net.ftp.parserApache Commons
FTPTimestampParserImplDefault implementation of the FTPTimestampParser interface also implements the ConfigurableClassorg.apache.commons.net.ftp.parserApache Commons
IMAPClassorg.apache.commons.net.imapApache Commons
IMAPClientClassorg.apache.commons.net.imapApache Commons
IMAPCommandIMAPCommand stores IMAP command codes.Classorg.apache.commons.net.imapApache Commons
IMAPReplyIMAPReply stores IMAP reply code constants.Classorg.apache.commons.net.imapApache Commons
IMAPSClientThe IMAPSClient class provides SSL/TLS connection encryption to IMAPClient.Classorg.apache.commons.net.imapApache Commons
InvalidTelnetOptionExceptionThe InvalidTelnetOptionException is the exception that is thrown whenever a TelnetOptionHandler with an invlaidClassorg.apache.commons.net.telnetApache Commons
KeyManagerUtilsGeneral KeyManager utilities How to use with a client certificate:Classorg.apache.commons.net.utilApache Commons
ListenerListClassorg.apache.commons.net.utilApache Commons
MacOsPeterFTPEntryParserClassorg.apache.commons.net.ftp.parserApache Commons
MainHelper application for example classes.ClassexamplesApache Commons
MalformedServerReplyExceptionThis exception is used to indicate that the reply from a server could not be interpreted.Classorg.apache.commons.netApache Commons
MLSxEntryParserParser class for MSLT and MLSD replies.Classorg.apache.commons.net.ftp.parserApache Commons
MVSFTPEntryParserClassorg.apache.commons.net.ftp.parserApache Commons
NetwareFTPEntryParser extensions for Novell-specific operations are not supported.Classorg.apache.commons.net.ftp.parserApache Commons
NewGroupsOrNewsQueryThe NewGroupsOrNewsQuery class.Classorg.apache.commons.net.nntpApache Commons
NewsgroupInfoNewsgroupInfo stores information pertaining to a newsgroup returned by the NNTP GROUP, LIST, and NEWGROUPS commands, implemented byClassorg.apache.commons.net.nntpApache Commons
NNTPThe NNTP class is not meant to be used by itself and is provided only so that you may easily implement your own NNTP client ifClassorg.apache.commons.net.nntpApache Commons
NNTPClientNNTPClient encapsulates all the functionality necessary to post and retrieve articles from an NNTP server.Classorg.apache.commons.net.nntpApache Commons
NNTPCommandNNTPCommand stores a set of constants for NNTP command codes.Classorg.apache.commons.net.nntpApache Commons
NNTPConnectionClosedExceptionNNTPConnectionClosedException is used to indicate the premature or unexpected closing of an NNTP connection resulting from aClassorg.apache.commons.net.nntpApache Commons
NNTPReplyNNTPReply stores a set of constants for NNTP reply codes.Classorg.apache.commons.net.nntpApache Commons
NTFTPEntryParserClassorg.apache.commons.net.ftp.parserApache Commons
NTPUDPClientThe NTPUDPClient class is a UDP implementation of a client for the Network Time Protocol (NTP) described in RFC 1305 as well as theClassorg.apache.commons.net.ntpApache Commons
NtpUtilsCommon NtpUtils Helper class.Classorg.apache.commons.net.ntpApache Commons
NtpV3Impl the Network Time Protocol (NTP) data message header format described in RFC-1305.Classorg.apache.commons.net.ntpApache Commons
NtpV3PacketInterface for a NtpV3Packet with get/set methods corresponding to the fields in the NTP Data Message Header described in RFC 1305.Interfaceorg.apache.commons.net.ntpApache Commons
OS2FTPEntryParserClassorg.apache.commons.net.ftp.parserApache Commons
OS400FTPEntryParserClassorg.apache.commons.net.ftp.parserApache Commons
ParserInitializationExceptionThis class encapsulates all errors that may be thrown by the process of an FTPFileEntryParserFactory creating andClassorg.apache.commons.net.ftp.parserApache Commons
POP3The POP3 class is not meant to be used by itself and is provided only so that you may easily implement your own POP3 client ifClassorg.apache.commons.net.pop3Apache Commons
POP3ClientThe POP3Client class implements the client side of the Internet POP3 Protocol defined in RFC 1939.Classorg.apache.commons.net.pop3Apache Commons
POP3CommandPOP3Command stores POP3 command code constants.Classorg.apache.commons.net.pop3Apache Commons
POP3MessageInfoPOP3MessageInfo is used to return information about messages stored on a POP3 server.Classorg.apache.commons.net.pop3Apache Commons
POP3ReplyPOP3Reply stores POP3 reply code constants.Classorg.apache.commons.net.pop3Apache Commons
POP3SClientPOP3 over SSL processing.Classorg.apache.commons.net.pop3Apache Commons
PrintCommandListenerThis is a support class for some of the example programs.Classorg.apache.commons.netApache Commons
ProtocolCommandEventThere exists a large class of IETF protocols that work by sending an ASCII text command and arguments to a server, and then receiving anClassorg.apache.commons.netApache Commons
ProtocolCommandListenerThere exists a large class of IETF protocols that work by sending an ASCII text command and arguments to a server, and then receiving anInterfaceorg.apache.commons.netApache Commons
ProtocolCommandSupportProtocolCommandSupport is a convenience class for managing a list of ProtocolCommandListeners and firing ProtocolCommandEvents.Classorg.apache.commons.netApache Commons
RCommandClientRCommandClient is very similar to from which it is derived, and implements the rcmd() facility thatClassorg.apache.commons.net.bsdApache Commons
RegexFTPFileEntryParserImplThis abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.Classorg.apache.commons.net.ftp.parserApache Commons
RelayPathA class used to represent forward and reverse relay paths.Classorg.apache.commons.net.smtpApache Commons
RExecClientRExecClient implements the rexec() facility that first appeared in 4.Classorg.apache.commons.net.bsdApache Commons
RLoginClientRLoginClient is very similar to from which it is derived, and uses the rcmd() facility implementedClassorg.apache.commons.net.bsdApache Commons
SimpleNNTPHeaderThis class is used to construct the bare minimum acceptable header for most news readers.Classorg.apache.commons.net.nntpApache Commons
SimpleOptionHandlerSimple option handler that can be used for options that don't require subnegotiation.Classorg.apache.commons.net.telnetApache Commons
SimpleSMTPHeaderThis class is used to construct a bare minimum acceptable header for an email message.Classorg.apache.commons.net.smtpApache Commons
SMTPSMTP provides the basic the functionality necessary to implement your own SMTP client.Classorg.apache.commons.net.smtpApache Commons
SMTPClientSMTPClient encapsulates all the functionality necessary to send files through an SMTP server.Classorg.apache.commons.net.smtpApache Commons
SMTPCommandSMTPCommand stores a set of constants for SMTP command codes.Classorg.apache.commons.net.smtpApache Commons
SMTPConnectionClosedExceptionSMTPConnectionClosedException is used to indicate the premature or unexpected closing of an SMTP connection resulting from aClassorg.apache.commons.net.smtpApache Commons
SMTPReplySMTPReply stores a set of constants for SMTP reply codes.Classorg.apache.commons.net.smtpApache Commons
SMTPSClientSMTP over SSL processing.Classorg.apache.commons.net.smtpApache Commons
SocketClientThe SocketClient provides the basic operations that are required of client objects accessing sockets.Classorg.apache.commons.netApache Commons
SocketInputStreamThis class wraps an input stream, storing a reference to its originating socket.Classorg.apache.commons.net.ioApache Commons
SocketOutputStreamThis class wraps an output stream, storing a reference to its originating socket.Classorg.apache.commons.net.ioApache Commons
SSLContextUtilsGeneral utilities for SSLContext.Classorg.apache.commons.net.utilApache Commons
SSLSocketUtilsGeneral utilities for SSLSocket.Classorg.apache.commons.net.utilApache Commons
SubnetUtilsA class that performs some subnet calculations given a network address and a subnet mask.Classorg.apache.commons.net.utilApache Commons
SuppressGAOptionHandlerClassorg.apache.commons.net.telnetApache Commons
TelnetClientThe TelnetClient class implements the simple network virtual terminal (NVT) for the Telnet protocol according to RFC 854.Classorg.apache.commons.net.telnetApache Commons
TelnetCommandThe TelnetCommand class cannot be instantiated and only serves as a storehouse for telnet command constants.Classorg.apache.commons.net.telnetApache Commons
TelnetInputListenerListener interface used for notification that incoming data is available to be read.Interfaceorg.apache.commons.net.telnetApache Commons
TelnetNotificationHandlerThe TelnetNotificationHandler interface can be used to handle notification of options negotiation commands received on a telnetInterfaceorg.apache.commons.net.telnetApache Commons
TelnetOptionThe TelnetOption class cannot be instantiated and only serves as a storehouse for telnet option constants.Classorg.apache.commons.net.telnetApache Commons
TelnetOptionHandlerThe TelnetOptionHandler class is the base class to be used for implementing handlers for telnet options.Classorg.apache.commons.net.telnetApache Commons
TerminalTypeOptionHandlerClassorg.apache.commons.net.telnetApache Commons
TFTPThe TFTP class exposes a set of methods to allow you to deal with the TFTP protocol directly, in case you want to write your own TFTP client orClassorg.apache.commons.net.tftpApache Commons
TFTPAckPacketA final class derived from TFTPPacket definiing the TFTP Acknowledgement Details regarding the TFTP protocol and the format of TFTP packets canClassorg.apache.commons.net.tftpApache Commons
TFTPClientThe TFTPClient class encapsulates all the aspects of the TFTP protocol necessary to receive and send files through TFTP.Classorg.apache.commons.net.tftpApache Commons
TFTPDataPacketA final class derived from TFTPPacket definiing the TFTP Data Details regarding the TFTP protocol and the format of TFTP packets canClassorg.apache.commons.net.tftpApache Commons
TFTPErrorPacketA final class derived from TFTPPacket definiing the TFTP Error Details regarding the TFTP protocol and the format of TFTP packets canClassorg.apache.commons.net.tftpApache Commons
TFTPPacketTFTPPacket is an abstract class encapsulating the functionality common to the 5 types of TFTP packets.Classorg.apache.commons.net.tftpApache Commons
TFTPPacketExceptionA class used to signify the occurrence of an error in the creation of a TFTP packet.Classorg.apache.commons.net.tftpApache Commons
TFTPReadRequestPacketA class derived from TFTPRequestPacket definiing a TFTP read request Details regarding the TFTP protocol and the format of TFTP packets canClassorg.apache.commons.net.tftpApache Commons
TFTPRequestPacketAn abstract class derived from TFTPPacket definiing a TFTP Request packet type.Classorg.apache.commons.net.tftpApache Commons
TFTPWriteRequestPacketA class derived from TFTPRequestPacket definiing a TFTP write request Details regarding the TFTP protocol and the format of TFTP packets canClassorg.apache.commons.net.tftpApache Commons
ThreadableA placeholder interface for threadable message objects Author: Rory Winston (rwinston@checkfree.Interfaceorg.apache.commons.net.nntpApache Commons
ThreaderClassorg.apache.commons.net.nntpApache Commons
TimeInfoWrapper class to network time packet messages (NTP, etc) that computes related timing info and stats.Classorg.apache.commons.net.ntpApache Commons
TimeStampTimeStamp class represents the Network Time Protocol (NTP) timestamp as defined in RFC-1305 and SNTP (RFC-2030).Classorg.apache.commons.net.ntpApache Commons
TimeTCPClientThe TimeTCPClient class is a TCP implementation of a client for the Time protocol described in RFC 868.Classorg.apache.commons.net.timeApache Commons
TimeUDPClientThe TimeUDPClient class is a UDP implementation of a client for the Time protocol described in RFC 868.Classorg.apache.commons.net.timeApache Commons
ToNetASCIIInputStreamThis class wraps an input stream, replacing all singly occurring (linefeed) characters with (carriage returnClassorg.apache.commons.net.ioApache Commons
ToNetASCIIOutputStreamThis class wraps an output stream, replacing all singly occurring (linefeed) characters with (carriage returnClassorg.apache.commons.net.ioApache Commons
TrustManagerUtilsTrustManager utilities for generating TrustManagers.Classorg.apache.commons.net.utilApache Commons
UnixFTPEntryParser This class is based on the logic of Daniel Savarese's DefaultFTPListParser, but adapted to use regular expressions and to fit theClassorg.apache.commons.net.ftp.parserApache Commons
UtilThe Util class cannot be instantiated and stores short static convenience methods that are often quite useful.Classorg.apache.commons.net.ioApache Commons
VMSFTPEntryParser This is a sample of VMS LIST output 1-JUN.Classorg.apache.commons.net.ftp.parserApache Commons
VMSVersioningFTPEntryParserSpecial implementation VMSFTPEntryParser with versioning turned on.Classorg.apache.commons.net.ftp.parserApache Commons
WhoisClientThe WhoisClient class implements the client side of the Internet Whois Protocol defined in RFC 954.Classorg.apache.commons.net.whoisApache Commons
WindowSizeOptionHandlerClassorg.apache.commons.net.telnetApache Commons
ArrayElementsAccessorClassorg.apache.commons.ognlApache Commons
ArrayPropertyAccessorClassorg.apache.commons.ognlApache Commons
ASTAnd$Id: ASTAnd.Classorg.apache.commons.ognlApache Commons
ASTChain$Id: ASTChain.Classorg.apache.commons.ognlApache Commons
ASTConst$Id: ASTConst.Classorg.apache.commons.ognlApache Commons
ASTCtor$Id: ASTCtor.Classorg.apache.commons.ognlApache Commons
ASTInstanceof$Id: ASTInstanceof.Classorg.apache.commons.ognlApache Commons
ASTList$Id: ASTList.Classorg.apache.commons.ognlApache Commons
ASTMethod$Id: ASTMethod.Classorg.apache.commons.ognlApache Commons
ASTOr$Id: ASTOr.Classorg.apache.commons.ognlApache Commons
ASTProperty$Id: ASTProperty.Classorg.apache.commons.ognlApache Commons
ASTRootVarRef$Id: ASTRootVarRef.Classorg.apache.commons.ognlApache Commons
ASTSequence$Id: ASTSequence.Classorg.apache.commons.ognlApache Commons
ASTStaticField$Id: ASTStaticField.Classorg.apache.commons.ognlApache Commons
ASTStaticMethod$Id: ASTStaticMethod.Classorg.apache.commons.ognlApache Commons
ASTThisVarRef$Id: ASTThisVarRef.Classorg.apache.commons.ognlApache Commons
ASTVarRef$Id: ASTVarRef.Classorg.apache.commons.ognlApache Commons
BooleanExpressionBase class for boolean expressions.Classorg.apache.commons.ognlApache Commons
Cache$Id: Cache.Interfaceorg.apache.commons.ognl.internalApache Commons
CacheEntryFactoryInterfaceorg.apache.commons.ognl.internal.entryApache Commons
CacheExceptionClassorg.apache.commons.ognl.internalApache Commons
CacheFactoryInterfaceorg.apache.commons.ognl.internalApache Commons
ClassCacheThis is a highly specialized map for storing values keyed by Class objects.Interfaceorg.apache.commons.ognl.internalApache Commons
ClassCacheEntryFactoryMethods inherited from interface org.Interfaceorg.apache.commons.ognl.internal.entryApache Commons
ClassCacheHandlerClassorg.apache.commons.ognl.internalApache Commons
ClassCacheImplClassorg.apache.commons.ognl.internalApache Commons
ClassCacheInspectorOptional interface that may be registered with OgnlRuntime.Interfaceorg.apache.commons.ognlApache Commons
ClassResolverThis interface defines an object that will resolve a class from a string and an ognl context table.Interfaceorg.apache.commons.ognlApache Commons
CollectionElementsAccessorClassorg.apache.commons.ognlApache Commons
ComparisonExpressionBase class for types that compare values.Classorg.apache.commons.ognlApache Commons
ConcurrentHashMapCacheClassorg.apache.commons.ognl.internalApache Commons
ConcurrentHashMapCacheFactoryClassorg.apache.commons.ognl.internalApache Commons
ConcurrentHashMapClassCacheClassorg.apache.commons.ognl.internalApache Commons
ContextClassLoaderClassorg.apache.commons.ognl.enhanceApache Commons
DeclaredMethodCacheEntryClassorg.apache.commons.ognl.internal.entryApache Commons
DeclaredMethodCacheEntryFactoryClassorg.apache.commons.ognl.internal.entryApache Commons
DefaultClassResolverDefault class resolution.Classorg.apache.commons.ognlApache Commons
DefaultMemberAccessThis class provides methods for setting up and restoring access in a Field.Classorg.apache.commons.ognlApache Commons
DefaultTypeConverterDefault type conversion.Classorg.apache.commons.ognlApache Commons
DynamicSubscriptThis class has predefined instances that stand for OGNL's special dynamic subscripts for getting at the first, middle, or last elements of a list.Classorg.apache.commons.ognlApache Commons
ElementsAccessorThis interface defines a method for getting the elements of an object, which means any objects that naturally would be considered to be contained by the object.Interfaceorg.apache.commons.ognlApache Commons
EnhancedClassLoaderClassorg.apache.commons.ognl.enhanceApache Commons
EnumerationElementsAccessor through to the target Enumeration.Classorg.apache.commons.ognlApache Commons
EnumerationIteratorObject that implements Iterator from an EnumerationAuthor:Luke Blanshard (blanshlu@netscape.Classorg.apache.commons.ognlApache Commons
EnumerationPropertyAccessor hasMoreElements (also aliased to hasNext).Classorg.apache.commons.ognlApache Commons
EvaluationAn Evaluation is and object that holds a node being evaluated and the source from which that node will take extract its value.Classorg.apache.commons.ognlApache Commons
EvaluationPoolClassorg.apache.commons.ognlApache Commons
ExpressionAccessorProvides pure java expression paths to get/set values from an ognl expression.Interfaceorg.apache.commons.ognl.enhanceApache Commons
ExpressionCompilerResponsible for managing/providing functionality related to compiling generated java source expressions via bytecode enhancements for a given ognl expression.Classorg.apache.commons.ognl.enhanceApache Commons
ExpressionNodeClassorg.apache.commons.ognlApache Commons
ExpressionSyntaxExceptionException thrown if a malformed OGNL expression is encountered.Classorg.apache.commons.ognlApache Commons
FieldCacheEntryFactoryClassorg.apache.commons.ognl.internal.entryApache Commons
GenericMethodParameterTypeCacheEntryClassorg.apache.commons.ognl.internal.entryApache Commons
GenericMethodParameterTypeFactoryClassorg.apache.commons.ognl.internal.entryApache Commons
HashMapCacheClassorg.apache.commons.ognl.internalApache Commons
HashMapCacheFactoryClassorg.apache.commons.ognl.internalApache Commons
HashMapClassCacheClassorg.apache.commons.ognl.internalApache Commons
InappropriateExpressionExceptionException thrown if an OGNL expression is evaluated in the wrong context; the usual case is when an expression that does not end in a property reference is passed to setValue.Classorg.apache.commons.ognlApache Commons
IteratorElementsAccessorClassorg.apache.commons.ognlApache Commons
IteratorEnumerationMaps an Iterator to an EnumerationAuthor:Luke Blanshard (blanshlu@netscape.Classorg.apache.commons.ognlApache Commons
IteratorPropertyAccessorClassorg.apache.commons.ognlApache Commons
JavaCharStreamAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).Classorg.apache.commons.ognlApache Commons
JavaSourceDefines an object that can return a representation of itself and any objects it contains in the form of a String embedded with literal java statements.Interfaceorg.apache.commons.ognlApache Commons
JJTOgnlParserState$Id: JJTOgnlParserState.Classorg.apache.commons.ognlApache Commons
ListPropertyAccessorClassorg.apache.commons.ognlApache Commons
LocalReferenceContainer class for OgnlExpressionCompiler generated local method block references.Interfaceorg.apache.commons.ognl.enhanceApache Commons
LocalReferenceImplClassorg.apache.commons.ognl.enhanceApache Commons
MapElementsAccessorClassorg.apache.commons.ognlApache Commons
MapPropertyAccessor $Id: MapPropertyAccessor.Classorg.apache.commons.ognlApache Commons
MemberAccessThis interface provides a hook for preparing for accessing members of objects.Interfaceorg.apache.commons.ognlApache Commons
MethodAccessCacheEntryFactoryClassorg.apache.commons.ognl.internal.entryApache Commons
MethodAccessEntryValueClassorg.apache.commons.ognl.internal.entryApache Commons
MethodAccessorThis interface defines methods for calling methods in a target object.Interfaceorg.apache.commons.ognlApache Commons
MethodCacheEntryClassorg.apache.commons.ognl.internal.entryApache Commons
MethodCacheEntryFactoryClassorg.apache.commons.ognl.internal.entryApache Commons
MethodFailedExceptionException thrown if a method or constructor call fails.Classorg.apache.commons.ognlApache Commons
MethodPermCacheEntryFactoryClassorg.apache.commons.ognl.internal.entryApache Commons
NodeJJTree interface for AST nodes, as modified to handle the OGNL operations getValue and setValue.Interfaceorg.apache.commons.ognlApache Commons
NodeTypeUsed by some of the ognl.Interfaceorg.apache.commons.ognlApache Commons
NodeVisitorInterfaceorg.apache.commons.ognlApache Commons
NoSuchPropertyExceptionException thrown if a property is attempted to be extracted from an object that does not have such a property.Classorg.apache.commons.ognlApache Commons
NullHandlerInterface for handling null results from Chains.Interfaceorg.apache.commons.ognlApache Commons
NumberElementsAccessorClassorg.apache.commons.ognlApache Commons
NumericExpressionBase class for numeric expressions.Classorg.apache.commons.ognlApache Commons
NumericTypesThis interface defines some useful constants for describing the various possible numeric types of OGNL.Interfaceorg.apache.commons.ognlApache Commons
ObjectArrayPoolThis class was previously intended to produce performance improvement.Classorg.apache.commons.ognlApache Commons
ObjectElementsAccessorClassorg.apache.commons.ognlApache Commons
ObjectIndexedPropertyDescriptor PropertyDescriptor subclass that describes an indexed set of read/write methods to get a property.Classorg.apache.commons.ognlApache Commons
ObjectMethodAccessor set/get methods with the given property name.Classorg.apache.commons.ognlApache Commons
ObjectNullHandlerClassorg.apache.commons.ognlApache Commons
ObjectPropertyAccessor set/get methods with the given property name.Classorg.apache.commons.ognlApache Commons
Ognl This class provides static methods for parsing and interpreting OGNL expressions.Classorg.apache.commons.ognlApache Commons
OgnlCacheThis class takes care of all the internal caching for OGNL.Classorg.apache.commons.ognlApache Commons
OgnlContextThis class defines the execution context for an OGNL expressionAuthor:Luke Blanshard (blanshlu@netscape.Classorg.apache.commons.ognlApache Commons
OgnlExceptionSuperclass for OGNL exceptions, incorporating an optional encapsulated exception.Classorg.apache.commons.ognlApache Commons
OgnlExpressionCompilerCore interface implemented by expression compiler instances.Interfaceorg.apache.commons.ognl.enhanceApache Commons
OgnlInvokePermissionBasicPermission subclass that defines a permission token for invoking methods within OGNL.Classorg.apache.commons.ognlApache Commons
OgnlOpsThis is an abstract class with static methods that define the operations of OGNL.Classorg.apache.commons.ognlApache Commons
OgnlParserOgnlParser is a JavaCC parser class; it translates OGNL expressions into abstract syntax trees (ASTs) that can then be interpreted by the getValue and setValue methods.Classorg.apache.commons.ognlApache Commons
OgnlParserConstantsToken literal values and constants.Interfaceorg.apache.commons.ognlApache Commons
OgnlParserTokenManagerClassorg.apache.commons.ognlApache Commons
OgnlParserTreeConstants$Id: OgnlParserTreeConstants.Interfaceorg.apache.commons.ognlApache Commons
OgnlRuntimeUtility class used by internal OGNL API to do various things like: Handles majority of reflection logic / caching.Classorg.apache.commons.ognlApache Commons
OrderedReturnMarks an ognl expression Node as needing to have the return portion of a getter method happen in a specificInterfaceorg.apache.commons.ognl.enhanceApache Commons
ParametrizedCacheEntryFactoryInterfaceorg.apache.commons.ognl.internal.entryApache Commons
ParseExceptionThis exception is thrown when parse errors are encountered.Classorg.apache.commons.ognlApache Commons
PermissionCacheEntryClassorg.apache.commons.ognl.internal.entryApache Commons
PermissionCacheEntryFactoryClassorg.apache.commons.ognl.internal.entryApache Commons
PropertyAccessorThis interface defines methods for setting and getting a property from a target object.Interfaceorg.apache.commons.ognlApache Commons
PropertyDescriptorCacheEntryFactoryClassorg.apache.commons.ognl.internal.entryApache Commons
ReentrantReadWriteLockCacheClassorg.apache.commons.ognl.internalApache Commons
ReentrantReadWriteLockCacheFactoryClassorg.apache.commons.ognl.internalApache Commons
ReentrantReadWriteLockClassCacheClassorg.apache.commons.ognl.internalApache Commons
SetPropertyAccessorClassorg.apache.commons.ognlApache Commons
SimpleNodeClassorg.apache.commons.ognlApache Commons
TokenDescribes the input token stream.Classorg.apache.commons.ognlApache Commons
TokenMgrErrorToken Manager Error.Classorg.apache.commons.ognlApache Commons
ToStringVisitorA NodeVisitor implementation which will build a String representation of the AST tree.Classorg.apache.commons.ognlApache Commons
TypeConverterInterface for accessing the type conversion facilities within a context.Interfaceorg.apache.commons.ognlApache Commons
UnsupportedCompilationExceptionThrown during bytecode enhancement conversions of ognl expressions to indicate that a certain expression isn't currently supported as a pure java bytecode enhanced version.Classorg.apache.commons.ognl.enhanceApache Commons
AbandonedConfigConfiguration settings for abandoned object removal.Classorg.apache.commons.pool2.implApache Commons
BaseGenericObjectPoolBase class that provides common functionality for GenericObjectPool and GenericKeyedObjectPool.Classorg.apache.commons.pool2.implApache Commons
BaseKeyedPooledObjectFactoryA base implementation of KeyedPooledObjectFactory.Classorg.apache.commons.pool2Apache Commons
BaseObjectPoolA simple base implementation of ObjectPool.Classorg.apache.commons.pool2Apache Commons
BaseObjectPoolConfigProvides the implementation for the common attributes shared by the sub-classes.Classorg.apache.commons.pool2.implApache Commons
BasePooledObjectFactoryA base implementation of PoolableObjectFactory.Classorg.apache.commons.pool2Apache Commons
CglibProxySourceProvides proxy objects using CGLib.Classorg.apache.commons.pool2.proxyApache Commons
DefaultEvictionPolicyProvides the default implementation of EvictionPolicy used by the pools.Classorg.apache.commons.pool2.implApache Commons
DefaultPooledObjectThis wrapper is used to track the additional information, such as state, for the pooled objects.Classorg.apache.commons.pool2.implApache Commons
DefaultPooledObjectInfoClassorg.apache.commons.pool2.implApache Commons
DefaultPooledObjectInfoMBeanThe interface that defines the information about pooled objects that will be NOTE: This interface exists only to define those attributes and methods thatInterfaceorg.apache.commons.pool2.implApache Commons
EvictionConfigThis class is used by pool implementations to pass configuration information to EvictionPolicy instances.Classorg.apache.commons.pool2.implApache Commons
EvictionPolicyTo provide a custom eviction policy (i.Interfaceorg.apache.commons.pool2.implApache Commons
GenericKeyedObjectPoolA configurable KeyedObjectPool implementation.Classorg.apache.commons.pool2.implApache Commons
GenericKeyedObjectPoolConfigA simple struct encapsulating the configuration for a GenericKeyedObjectPool.Classorg.apache.commons.pool2.implApache Commons
GenericKeyedObjectPoolMXBeanDefines the methods that will be made available via JMX.Interfaceorg.apache.commons.pool2.implApache Commons
GenericObjectPoolA configurable ObjectPool implementation.Classorg.apache.commons.pool2.implApache Commons
GenericObjectPoolConfigA simple struct encapsulating the configuration for a This class is not thread-safe; it is only intended to be used to provideClassorg.apache.commons.pool2.implApache Commons
GenericObjectPoolMXBeanDefines the methods that will be made available via JMX.Interfaceorg.apache.commons.pool2.implApache Commons
JdkProxySourceProvides proxy objects using Java reflection.Classorg.apache.commons.pool2.proxyApache Commons
KeyedObjectPoolA keyed pooling interface.Interfaceorg.apache.commons.pool2Apache Commons
KeyedPooledObjectFactoryAn interface defining life-cycle methods for instances to be served by a KeyedObjectPool.Interfaceorg.apache.commons.pool2Apache Commons
ObjectPoolA pooling simple interface.Interfaceorg.apache.commons.pool2Apache Commons
PooledObjectDefines the wrapper that is used to track the additional information, such as state, for the pooled objects.Interfaceorg.apache.commons.pool2Apache Commons
PooledObjectFactoryAn interface defining life-cycle methods for instances to be served by an By contract, when an ObjectPool delegates to aInterfaceorg.apache.commons.pool2Apache Commons
PooledObjectStateenum PooledObjectStateProvides the possible states that a PooledObject may be in.Classorg.apache.commons.pool2Apache Commons
PooledSoftReferenceExtension of DefaultPooledObject to wrap pooled soft references.Classorg.apache.commons.pool2.implApache Commons
PoolUtilsThis class consists exclusively of static methods that operate on or return ObjectPool or KeyedObjectPool related interfaces.Classorg.apache.commons.pool2Apache Commons
ProxiedKeyedObjectPoolCreate a new keyed object pool where the pooled objects are wrapped in proxies allowing better control of pooled objects and in particular theClassorg.apache.commons.pool2.proxyApache Commons
ProxiedObjectPoolCreate a new object pool where the pooled objects are wrapped in proxies allowing better control of pooled objects and in particular the preventionClassorg.apache.commons.pool2.proxyApache Commons
SoftReferenceObjectPoolA SoftReference based ObjectPool.Classorg.apache.commons.pool2.implApache Commons
SwallowedExceptionListenerPools that unavoidably swallow exceptions may be configured with an instance of this listener so the user may receive notification of when this happens.Interfaceorg.apache.commons.pool2Apache Commons
TrackedUseThis interface allows pooled objects to make information available about when and how they were used available to the object pool.Interfaceorg.apache.commons.pool2Apache Commons
UsageTrackingThis interface may be implemented by an object pool to enable clients (primarily those clients that wrap pools to provide pools with extendedInterfaceorg.apache.commons.pool2Apache Commons
AbstractBooleanCollectionAbstract base class for BooleanCollections.Classorg.apache.commons.collections.primitivesApache Commons
AbstractByteCollectionAbstract base class for ByteCollections.Classorg.apache.commons.collections.primitivesApache Commons
AbstractCharCollectionAbstract base class for CharCollections.Classorg.apache.commons.collections.primitivesApache Commons
AbstractDoubleCollectionAbstract base class for DoubleCollections.Classorg.apache.commons.collections.primitivesApache Commons
AbstractFloatCollectionAbstract base class for FloatCollections.Classorg.apache.commons.collections.primitivesApache Commons
AbstractIntCollectionAbstract base class for IntCollections.Classorg.apache.commons.collections.primitivesApache Commons
AbstractLongCollectionAbstract base class for LongCollections.Classorg.apache.commons.collections.primitivesApache Commons
AbstractShortCollectionAbstract base class for ShortCollections.Classorg.apache.commons.collections.primitivesApache Commons
AdaptConvenience methods for constructing adapters.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ArrayBooleanListAn BooleanList backed by an array of booleans.Classorg.apache.commons.collections.primitivesApache Commons
ArrayByteListAn ByteList backed by an array of bytes.Classorg.apache.commons.collections.primitivesApache Commons
ArrayCharListAn CharList backed by an array of chars.Classorg.apache.commons.collections.primitivesApache Commons
ArrayDoubleListAn DoubleList backed by an array of doubles.Classorg.apache.commons.collections.primitivesApache Commons
ArrayFloatListAn FloatList backed by an array of floats.Classorg.apache.commons.collections.primitivesApache Commons
ArrayIntListAn IntList backed by an array of ints.Classorg.apache.commons.collections.primitivesApache Commons
ArrayLongListAn LongList backed by an array of longs.Classorg.apache.commons.collections.primitivesApache Commons
ArrayShortListAn ShortList backed by an array of shorts.Classorg.apache.commons.collections.primitivesApache Commons
ArrayUnsignedByteListA ShortList backed by an array of unsigned This list stores short valuesClassorg.apache.commons.collections.primitivesApache Commons
ArrayUnsignedIntListAn IntList backed by an array of unsigned This list stores int valuesClassorg.apache.commons.collections.primitivesApache Commons
ArrayUnsignedShortListAn IntList backed by an array of unsigned This list stores int valuesClassorg.apache.commons.collections.primitivesApache Commons
BooleanCollectionA collection of boolean values.Interfaceorg.apache.commons.collections.primitivesApache Commons
BooleanCollectionCollectionAdapts an BooleanCollection to the Collection interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
BooleanIteratorAn iterator over boolean values.Interfaceorg.apache.commons.collections.primitivesApache Commons
BooleanIteratorIteratorAdapts an BooleanIterator to the Iterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
BooleanListAn ordered collection of byte values.Interfaceorg.apache.commons.collections.primitivesApache Commons
BooleanListIteratorA bi-directional iterator over boolean values.Interfaceorg.apache.commons.collections.primitivesApache Commons
BooleanListIteratorListIteratorAdapts an BooleanListIterator to the ListIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
BooleanListListAdapts an BooleanList to the This implementation delegates most methodsClassorg.apache.commons.collections.primitives.adaptersApache Commons
BooleanStackA primitive boolean based Stack.Classorg.apache.commons.collections.primitivesApache Commons
ByteCollectionA collection of byte values.Interfaceorg.apache.commons.collections.primitivesApache Commons
ByteCollectionCollectionAdapts an ByteCollection This implementation delegates most methodsClassorg.apache.commons.collections.primitives.adaptersApache Commons
ByteCollectionsThis class consists exclusively of static methods that operate on or return ByteCollections.Classorg.apache.commons.collections.primitivesApache Commons
ByteIteratorAn iterator over byte values.Interfaceorg.apache.commons.collections.primitivesApache Commons
ByteIteratorInputStreamAdapts an ByteIterator to the InputStream interface.Classorg.apache.commons.collections.primitives.adapters.ioApache Commons
ByteIteratorIteratorAdapts an ByteIterator to the Iterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ByteListAn ordered collection of byte values.Interfaceorg.apache.commons.collections.primitivesApache Commons
ByteListIteratorA bi-directional iterator over byte values.Interfaceorg.apache.commons.collections.primitivesApache Commons
ByteListIteratorListIteratorAdapts an ByteListIterator to the ListIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ByteListListAdapts an ByteList to the This implementation delegates most methodsClassorg.apache.commons.collections.primitives.adaptersApache Commons
ByteStackA primitive byte based Stack.Classorg.apache.commons.collections.primitivesApache Commons
CharCollectionA collection of char values.Interfaceorg.apache.commons.collections.primitivesApache Commons
CharCollectionCollectionAdapts an CharCollection This implementation delegates most methodsClassorg.apache.commons.collections.primitives.adaptersApache Commons
CharCollectionsThis class consists exclusively of static methods that operate on or return CharCollections.Classorg.apache.commons.collections.primitivesApache Commons
CharIteratorAn iterator over char values.Interfaceorg.apache.commons.collections.primitivesApache Commons
CharIteratorIteratorAdapts an CharIterator to the Iterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
CharIteratorReaderAdapts a CharIterator to the Reader interface.Classorg.apache.commons.collections.primitives.adapters.ioApache Commons
CharListAn ordered collection of char values.Interfaceorg.apache.commons.collections.primitivesApache Commons
CharListIteratorA bi-directional iterator over char values.Interfaceorg.apache.commons.collections.primitivesApache Commons
CharListIteratorListIteratorAdapts an CharListIterator to the ListIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
CharListListAdapts an CharList to the This implementation delegates most methodsClassorg.apache.commons.collections.primitives.adaptersApache Commons
CharStackA primitive char based Stack.Classorg.apache.commons.collections.primitivesApache Commons
CollectionBooleanCollectionAdapts a Boolean-valued Collection to the BooleanCollection interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
CollectionByteCollectionAdapts a Number-valued ByteCollection interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
CollectionCharCollectionAdapts a Number-valued CharCollection interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
CollectionDoubleCollectionAdapts a Number-valued DoubleCollection interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
CollectionFloatCollectionAdapts a Number-valued FloatCollection interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
CollectionIntCollectionAdapts a Number-valued IntCollection interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
CollectionLongCollectionAdapts a Number-valued LongCollection interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
CollectionShortCollectionAdapts a Number-valued ShortCollection interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
DoubleCollectionA collection of double values.Interfaceorg.apache.commons.collections.primitivesApache Commons
DoubleCollectionCollectionAdapts an DoubleCollection This implementation delegates most methodsClassorg.apache.commons.collections.primitives.adaptersApache Commons
DoubleCollectionsThis class consists exclusively of static methods that operate on or return DoubleCollections.Classorg.apache.commons.collections.primitivesApache Commons
DoubleIteratorAn iterator over double values.Interfaceorg.apache.commons.collections.primitivesApache Commons
DoubleIteratorIteratorAdapts an DoubleIterator to the Iterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
DoubleListAn ordered collection of double values.Interfaceorg.apache.commons.collections.primitivesApache Commons
DoubleListIteratorA bi-directional iterator over double values.Interfaceorg.apache.commons.collections.primitivesApache Commons
DoubleListIteratorListIteratorAdapts an DoubleListIterator to the ListIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
DoubleListListAdapts an DoubleList to the This implementation delegates most methodsClassorg.apache.commons.collections.primitives.adaptersApache Commons
DoubleStackA primitive double based Stack.Classorg.apache.commons.collections.primitivesApache Commons
FloatCollectionA collection of float values.Interfaceorg.apache.commons.collections.primitivesApache Commons
FloatCollectionCollectionAdapts an FloatCollection This implementation delegates most methodsClassorg.apache.commons.collections.primitives.adaptersApache Commons
FloatCollectionsThis class consists exclusively of static methods that operate on or return FloatCollections.Classorg.apache.commons.collections.primitivesApache Commons
FloatIteratorAn iterator over float values.Interfaceorg.apache.commons.collections.primitivesApache Commons
FloatIteratorIteratorAdapts an FloatIterator to the Iterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
FloatListAn ordered collection of float values.Interfaceorg.apache.commons.collections.primitivesApache Commons
FloatListIteratorA bi-directional iterator over float values.Interfaceorg.apache.commons.collections.primitivesApache Commons
FloatListIteratorListIteratorAdapts an FloatListIterator to the ListIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
FloatListListAdapts an FloatList to the This implementation delegates most methodsClassorg.apache.commons.collections.primitives.adaptersApache Commons
FloatStackA primitive float based Stack.Classorg.apache.commons.collections.primitivesApache Commons
InputStreamByteIteratorAdapts an InputStream to the ByteIterator interface.Classorg.apache.commons.collections.primitives.adapters.ioApache Commons
IntCollectionA collection of int values.Interfaceorg.apache.commons.collections.primitivesApache Commons
IntCollectionCollectionAdapts an IntCollection This implementation delegates most methodsClassorg.apache.commons.collections.primitives.adaptersApache Commons
IntCollectionsThis class consists exclusively of static methods that operate on or return IntCollections.Classorg.apache.commons.collections.primitivesApache Commons
IntIteratorAn iterator over int values.Interfaceorg.apache.commons.collections.primitivesApache Commons
IntIteratorIteratorAdapts an IntIterator to the Iterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
IntListAn ordered collection of int values.Interfaceorg.apache.commons.collections.primitivesApache Commons
IntListIteratorA bi-directional iterator over int values.Interfaceorg.apache.commons.collections.primitivesApache Commons
IntListIteratorListIteratorAdapts an IntListIterator to the ListIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
IntListListAdapts an IntList to the This implementation delegates most methodsClassorg.apache.commons.collections.primitives.adaptersApache Commons
IntStackA primitive int based Stack.Classorg.apache.commons.collections.primitivesApache Commons
IteratorBooleanIteratorAdapts a Boolean-valued Iterator to the BooleanIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
IteratorByteIteratorAdapts a Number-valued to the ByteIterator Classorg.apache.commons.collections.primitives.adaptersApache Commons
IteratorCharIteratorAdapts a Number-valued to the CharIterator Classorg.apache.commons.collections.primitives.adaptersApache Commons
IteratorDoubleIteratorAdapts a Number-valued to the DoubleIterator Classorg.apache.commons.collections.primitives.adaptersApache Commons
IteratorFloatIteratorAdapts a Number-valued to the FloatIterator Classorg.apache.commons.collections.primitives.adaptersApache Commons
IteratorIntIteratorAdapts a Number-valued to the IntIterator Classorg.apache.commons.collections.primitives.adaptersApache Commons
IteratorLongIteratorAdapts a Number-valued to the LongIterator Classorg.apache.commons.collections.primitives.adaptersApache Commons
IteratorShortIteratorAdapts a Number-valued to the ShortIterator Classorg.apache.commons.collections.primitives.adaptersApache Commons
ListBooleanListAdapts a Number-valued List to the BooleanList interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ListByteListAdapts a Number-valued List to the ByteList interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ListCharListAdapts a Number-valued List to the CharList interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ListDoubleListAdapts a Number-valued List to the DoubleList interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ListFloatListAdapts a Number-valued List to the FloatList interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ListIntListAdapts a Number-valued List to the IntList interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ListIteratorBooleanListIteratorAdapts a Number-valued ListIterator to the BooleanListIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ListIteratorByteListIteratorAdapts a Number-valued ListIterator to the ByteListIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ListIteratorCharListIteratorAdapts a Number-valued ListIterator to the CharListIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ListIteratorDoubleListIteratorAdapts a Number-valued ListIterator to the DoubleListIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ListIteratorFloatListIteratorAdapts a Number-valued ListIterator to the FloatListIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ListIteratorIntListIteratorAdapts a Number-valued ListIterator to the IntListIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ListIteratorLongListIteratorAdapts a Number-valued ListIterator to the LongListIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ListIteratorShortListIteratorAdapts a Number-valued ListIterator to the ShortListIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ListLongListAdapts a Number-valued List to the LongList interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ListShortListAdapts a Number-valued List to the ShortList interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
LongCollectionA collection of long values.Interfaceorg.apache.commons.collections.primitivesApache Commons
LongCollectionCollectionAdapts an LongCollection This implementation delegates most methodsClassorg.apache.commons.collections.primitives.adaptersApache Commons
LongCollectionsThis class consists exclusively of static methods that operate on or return LongCollections.Classorg.apache.commons.collections.primitivesApache Commons
LongIteratorAn iterator over long values.Interfaceorg.apache.commons.collections.primitivesApache Commons
LongIteratorIteratorAdapts an LongIterator to the Iterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
LongListAn ordered collection of long values.Interfaceorg.apache.commons.collections.primitivesApache Commons
LongListIteratorA bi-directional iterator over long values.Interfaceorg.apache.commons.collections.primitivesApache Commons
LongListIteratorListIteratorAdapts an LongListIterator to the ListIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
LongListListAdapts an LongList to the This implementation delegates most methodsClassorg.apache.commons.collections.primitives.adaptersApache Commons
LongStackA primitive long based Stack.Classorg.apache.commons.collections.primitivesApache Commons
RandomAccessBooleanListAbstract base class for BooleanLists backed by random access structures like arrays.Classorg.apache.commons.collections.primitivesApache Commons
RandomAccessByteListAbstract base class for ByteLists backed by random access structures like arrays.Classorg.apache.commons.collections.primitivesApache Commons
RandomAccessCharListAbstract base class for CharLists backed by random access structures like arrays.Classorg.apache.commons.collections.primitivesApache Commons
RandomAccessDoubleListAbstract base class for DoubleLists backed by random access structures like arrays.Classorg.apache.commons.collections.primitivesApache Commons
RandomAccessFloatListAbstract base class for FloatLists backed by random access structures like arrays.Classorg.apache.commons.collections.primitivesApache Commons
RandomAccessIntListAbstract base class for IntLists backed by random access structures like arrays.Classorg.apache.commons.collections.primitivesApache Commons
RandomAccessLongListAbstract base class for LongLists backed by random access structures like arrays.Classorg.apache.commons.collections.primitivesApache Commons
RandomAccessShortListAbstract base class for ShortLists backed by random access structures like arrays.Classorg.apache.commons.collections.primitivesApache Commons
ReaderCharIteratorAdapts a Reader to the CharIterator interface.Classorg.apache.commons.collections.primitives.adapters.ioApache Commons
ShortCollectionA collection of short values.Interfaceorg.apache.commons.collections.primitivesApache Commons
ShortCollectionCollectionAdapts an ShortCollection This implementation delegates most methodsClassorg.apache.commons.collections.primitives.adaptersApache Commons
ShortCollectionsThis class consists exclusively of static methods that operate on or return ShortCollections.Classorg.apache.commons.collections.primitivesApache Commons
ShortIteratorAn iterator over short values.Interfaceorg.apache.commons.collections.primitivesApache Commons
ShortIteratorIteratorAdapts an ShortIterator to the Iterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ShortListAn ordered collection of short values.Interfaceorg.apache.commons.collections.primitivesApache Commons
ShortListIteratorA bi-directional iterator over short values.Interfaceorg.apache.commons.collections.primitivesApache Commons
ShortListIteratorListIteratorAdapts an ShortListIterator to the ListIterator interface.Classorg.apache.commons.collections.primitives.adaptersApache Commons
ShortListListAdapts an ShortList to the This implementation delegates most methodsClassorg.apache.commons.collections.primitives.adaptersApache Commons
ShortStackA primitive short based Stack.Classorg.apache.commons.collections.primitivesApache Commons
UnmodifiableByteIteratorClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableByteListClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableByteListIteratorClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableCharIteratorClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableCharListClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableCharListIteratorClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableDoubleIteratorClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableDoubleListClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableDoubleListIteratorClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableFloatIteratorClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableFloatListClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableFloatListIteratorClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableIntIteratorClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableIntListClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableIntListIteratorClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableLongIteratorClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableLongListClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableLongListIteratorClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableShortIteratorClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableShortListClassorg.apache.commons.collections.primitives.decoratorsApache Commons
UnmodifiableShortListIteratorClassorg.apache.commons.collections.primitives.decoratorsApache Commons
AbstractProxyClassGeneratorA useful superclass for ProxyClassGenerator implementations.Classorg.apache.commons.proxy2.implApache Commons
AbstractProxyFactoryBase abstract ProxyFactory implementation, primarily providing implementations of the interface methods that are typically convenience constructs over the other methods.Classorg.apache.commons.proxy2.implApache Commons
AbstractSubclassingProxyFactoryParent AbstractProxyFactory for implementations that permit the generation of proxies with a specific inheritance hierarchy.Classorg.apache.commons.proxy2.implApache Commons
AnnotationBuilderClassorg.apache.commons.proxy2.stubApache Commons
AnnotationInvokerClassorg.apache.commons.proxy2.stubApache Commons
AnnotationTrainerClassorg.apache.commons.proxy2.stubApache Commons
ArgumentMatcherUtilsClassorg.apache.commons.proxy2.interceptor.matcher.argumentApache Commons
ASMProxyFactoryClassorg.apache.commons.proxy2.asmApache Commons
BaseAnnotationTrainerClassorg.apache.commons.proxy2.stubApache Commons
BaseTrainerClassorg.apache.commons.proxy2.stubApache Commons
BeanProviderUses Class.Classorg.apache.commons.proxy2.providerApache Commons
CglibProxyFactoryCglib-based ProxyFactory implementation.Classorg.apache.commons.proxy2.cglibApache Commons
CloningProviderMerely calls clone() (reflectively) on the given Cloneable object.Classorg.apache.commons.proxy2.providerApache Commons
ConstantProviderAlways returns the same object.Classorg.apache.commons.proxy2.providerApache Commons
DeclaredByMatcherInvocationMatcher based on declaring class of the method invoked.Classorg.apache.commons.proxy2.interceptor.matcher.invocationApache Commons
DelegatingInvokerDelegates a method invocation to the object provided by an ObjectProvider.Classorg.apache.commons.proxy2.invokerApache Commons
DuckTypingInvokerAn invoker which supports duck typing, meaning that it finds a matching method on the object returned from the target provider and invokes it.Classorg.apache.commons.proxy2.invokerApache Commons
InterceptorIntercepts a method invocation.Interfaceorg.apache.commons.proxy2Apache Commons
InterceptorUtilsClassorg.apache.commons.proxy2.interceptorApache Commons
InvocationMethod invocation for use by an Interceptor.Interfaceorg.apache.commons.proxy2Apache Commons
InvocationHandlerAdapterAn adapter class to adapt the JDK's InvocationHandler interface to Commons Proxy's Invoker interface.Classorg.apache.commons.proxy2.invokerApache Commons
InvocationMatcherAn InvocationMatcher is used to conditionally match Invocation objects based on some criteria such as method name, parameter values, etc.Interfaceorg.apache.commons.proxy2.interceptor.matcherApache Commons
InvocationRecorderAn InvocationRecorder records method invocations against its generated proxies.Classorg.apache.commons.proxy2.invoker.recorderApache Commons
InvokerAn invoker is responsible for handling a method invocation.Interfaceorg.apache.commons.proxy2Apache Commons
InvokerExceptionTo be used by an Invoker when they encounter an error.Classorg.apache.commons.proxy2.exceptionApache Commons
InvokerInterceptorAdapts an Invoker to the Interceptor interface.Classorg.apache.commons.proxy2.interceptorApache Commons
JavassistInvocationA Javassist-based Invocation implementation.Classorg.apache.commons.proxy2.javassistApache Commons
JavassistProxyFactoryClassorg.apache.commons.proxy2.javassistApache Commons
JdkProxyFactoryProxyFactory implementation that uses Proxy proxies.Classorg.apache.commons.proxy2.jdkApache Commons
MethodNameMatcherA MethodNameMatcher simply checks to see that the method name of the invocation matches the target method name given in the constructor.Classorg.apache.commons.proxy2.interceptor.matcher.invocationApache Commons
MethodSignatureA class for capturing the signature of a method (its name and parameter types).Classorg.apache.commons.proxy2.implApache Commons
NullInvokerAn Invoker implementation which merely returns null for all method invocations.Classorg.apache.commons.proxy2.invokerApache Commons
NullProviderAlways returns null.Classorg.apache.commons.proxy2.providerApache Commons
ObjectProviderProvides an object to a delegating proxy.Interfaceorg.apache.commons.proxy2Apache Commons
ObjectProviderExceptionObjectProvider implementations should throw this exception type to indicate that there was a problem creating/finding the object.Classorg.apache.commons.proxy2.exceptionApache Commons
ObjectProviderInterceptorA ObjectProviderInterceptor merely returns the value returned from ObjectProvider.Classorg.apache.commons.proxy2.interceptorApache Commons
ObjectProviderUtilsClassorg.apache.commons.proxy2.providerApache Commons
ProviderDecoratorReturns the result of the inner provider.Classorg.apache.commons.proxy2.providerApache Commons
ProxyClassCacheA cache for storing implementation classes for proxies based on a specific type of ProxyClassGenerator.Classorg.apache.commons.proxy2.implApache Commons
ProxyClassGeneratorA proxy class generator generates Class instances for a given combination of interfaces in a given classloader.Interfaceorg.apache.commons.proxy2.implApache Commons
ProxyFactoryProxyFactory interface.Interfaceorg.apache.commons.proxy2Apache Commons
ProxyFactoryExceptionA runtime exception type to be used by proxy factories when a problemSince:1.Classorg.apache.commons.proxy2.exceptionApache Commons
ProxyUtilsProvides some helpful proxy utility methods.Classorg.apache.commons.proxy2Apache Commons
ReadResolveDefines a contract around the Object readResolve() method used by Java deserialization.Interfaceorg.apache.commons.proxy2.serializationApache Commons
RecordedInvocationDetached representation of a method invocation.Classorg.apache.commons.proxy2.invokerApache Commons
ReturnTypeMatcherClassorg.apache.commons.proxy2.interceptor.matcher.invocationApache Commons
SingletonProviderWraps another object provider, making sure to only call it once, returning the value returned from the wrapped provider on all subsequent invocations.Classorg.apache.commons.proxy2.providerApache Commons
StubBuilderClassorg.apache.commons.proxy2.stubApache Commons
StubInterceptorBuilderClassorg.apache.commons.proxy2.stubApache Commons
SwitchInterceptorA SwitchInterceptor maintains a list of InvocationMatcher/Interceptor pairs.Classorg.apache.commons.proxy2.interceptorApache Commons
ThrowingInterceptorClassorg.apache.commons.proxy2.interceptorApache Commons
TrainerClassorg.apache.commons.proxy2.stubApache Commons
WriteReplaceDefines a contract around the Object writeReplace() method used by Java deserialization.Interfaceorg.apache.commons.proxy2.serializationApache Commons
AbstractSCXMLListenerAn abstract adapter class for the SXCMLListener interface.Classorg.apache.commons.scxml2.envApache Commons
AbstractStateMachineThis class demonstrates one approach for providing the base functionality needed by classes representing stateful entities,Classorg.apache.commons.scxml2.envApache Commons
ActionAn abstract base class for executable elements in SCXML, such as , etc.Classorg.apache.commons.scxml2.modelApache Commons
ActionExecutionContextActionExecutionContext providing restricted access to the SCXML model, instance and services needed for the execution of Action instancesClassorg.apache.commons.scxml2Apache Commons
ActionsContainerAn ActionsContainer is an entity that holds a list of Action elements.Interfaceorg.apache.commons.scxml2.modelApache Commons
AssignThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
BodyContainerA BodyContainer is an entity that retains the element body text from the document.Interfaceorg.apache.commons.scxml2.modelApache Commons
BuiltinClassorg.apache.commons.scxml2Apache Commons
CancelThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
ContentThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
ContentContainerA ContentContainer represents an element in the SCXML document that may have a (single) child elementInterfaceorg.apache.commons.scxml2.modelApache Commons
ContextA Context or scope for storing variables; usually tied to a SCXML root or State object.Interfaceorg.apache.commons.scxml2Apache Commons
ContextVariablesJXPath Variables mapping for SCXML ContextSee Also:Serialized FormClassorg.apache.commons.scxml2.env.xpathApache Commons
CustomActionA custom action is simply a tuple consisting of a namespace URI, the local name for the custom action and the correspondingClassorg.apache.commons.scxml2.modelApache Commons
DataThe class in this SCXML object model that corresponds to the SCXML child element of the element.Classorg.apache.commons.scxml2.modelApache Commons
DatamodelThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
DocumentOrderDocumentOrder is implemented by EnterableState and Transition elements in the SCXML document representing their document order,Interfaceorg.apache.commons.scxml2.modelApache Commons
EffectiveContextMapA map that will back the effective Context for an Evaluator execution.Classorg.apache.commons.scxml2.envApache Commons
ElseThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
ElseIfThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
EnterableStateAn abstract base class for state elements in SCXML that can be entered, such as State, Parallel or Final.Classorg.apache.commons.scxml2.modelApache Commons
ErrorConstantsErrors reported by the default SCXMLSemantics implementation.Classorg.apache.commons.scxml2.semanticsApache Commons
ErrorReporterAn interface for reporting SCXML errors to the host environment, containing the definition of commonly occuring errors while executingInterfaceorg.apache.commons.scxml2Apache Commons
EvaluatorInterface for a component that may be used by the SCXML engines to evaluate the expressions within the SCXML document.Interfaceorg.apache.commons.scxml2Apache Commons
EvaluatorFactoryA static singleton factory for EvaluatorProviders by supported SCXML datamodel type.Classorg.apache.commons.scxml2Apache Commons
EvaluatorProviderAn EvaluatorProvider provides an Evaluator instance for a specific SCXML datamodel type.Interfaceorg.apache.commons.scxml2Apache Commons
EventDispatcherThe event controller interface used to send messages containing events or other information directly to another SCXML Interpreter,Interfaceorg.apache.commons.scxml2Apache Commons
EventVariableEvent system variable holding a structure containing the current event's name and any data contained in the eventSee Also:Serialized FormClassorg.apache.commons.scxml2.systemApache Commons
ExecutableAn abstract base class for containers of executable elements in SCXML, such as and .Classorg.apache.commons.scxml2.modelApache Commons
ExternalContentAn ExternalContent implementation represents an element in the SCXML document that may contain bodyInterfaceorg.apache.commons.scxml2.modelApache Commons
FinalThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
FinalizeThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
ForeachThe class in this SCXML object model that corresponds to the SCXML element, which allows an SCXML application to iterate through a collection in the data modelClassorg.apache.commons.scxml2.modelApache Commons
GroovyContextGroovy Context implementation for Commons SCXML.Classorg.apache.commons.scxml2.env.groovyApache Commons
GroovyContextBindingDelegating Groovy Binding class which delegates all variables access to its GroovyContextSee Also:Serialized FormClassorg.apache.commons.scxml2.env.groovyApache Commons
GroovyEvaluatorEvaluator implementation enabling use of Groovy expressions in SCXML documents.Classorg.apache.commons.scxml2.env.groovyApache Commons
GroovyExtendableScriptCacheGroovyExtendableScriptCache is a general purpose and Serializable Groovy Script cache.Classorg.apache.commons.scxml2.env.groovyApache Commons
GroovySCXMLScriptGroovy Script base class for SCXML, providing the standard 'builtin' functions In(String), Data(String) and Location(String), as well as JEXL like convenience functionsClassorg.apache.commons.scxml2.env.groovyApache Commons
HistoryThe class in this SCXML object model that corresponds to the SCXML pseudo state element.Classorg.apache.commons.scxml2.modelApache Commons
IfThe class in this SCXML object model that corresponds to the SCXML element, which serves as a container for conditionallyClassorg.apache.commons.scxml2.modelApache Commons
InitialThe class in this SCXML object model that corresponds to the SCXML pseudo state element.Classorg.apache.commons.scxml2.modelApache Commons
InvokeThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
InvokerThe Invoker interface is used to define the possible interactions between the parent state machine (executor) and the types of invocableInterfaceorg.apache.commons.scxml2.invokeApache Commons
InvokerExceptionException thrown when a process specified by an cannot be initiated.Classorg.apache.commons.scxml2.invokeApache Commons
JexlBuiltinGlobal JEXL namespace functor, providing the standard SCXML In() operator and the Commons SCXML extensions for Data() and Location() to support XPath datamodel access.Classorg.apache.commons.scxml2.env.jexlApache Commons
JexlContextJEXL Context implementation for Commons SCXML.Classorg.apache.commons.scxml2.env.jexlApache Commons
JexlEvaluatorEvaluator implementation enabling use of JEXL expressions in This implementation itself is thread-safe, so you can keep singletonClassorg.apache.commons.scxml2.env.jexlApache Commons
JSBindingsWrapper class for the JDK Javascript engine Bindings class that extends the wrapped Bindings to search the SCXML context for variables and predefinedClassorg.apache.commons.scxml2.env.javascriptApache Commons
JSContextSCXML Context for use by the JSEvaluator.Classorg.apache.commons.scxml2.env.javascriptApache Commons
JSEvaluatorEmbedded JavaScript expression evaluator for SCXML expressions.Classorg.apache.commons.scxml2.env.javascriptApache Commons
JSFunctionsCustom Javascript engine function providing the SCXML In() predicate and the Commons SCXML extensions for Data() and Location() to support XPath datamodel access.Classorg.apache.commons.scxml2.env.javascriptApache Commons
LogThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
LogUtilsHelper methods for Commons SCXML logging.Classorg.apache.commons.scxml2.envApache Commons
MinimalContextMinimalContext implementation for the SCXML Null Data Model.Classorg.apache.commons.scxml2.env.minimalApache Commons
MinimalEvaluatorMinimal Evaluator implementing and providing support for the SCXML Null Data Model.Classorg.apache.commons.scxml2.env.minimalApache Commons
ModelExceptionException that is thrown when the SCXML model supplied to the executor has a fatal flaw that prevents the executor fromClassorg.apache.commons.scxml2.modelApache Commons
NamelistHolderA NamelistHolder represents an element in the SCXML document that may have a namelist attribute toClassorg.apache.commons.scxml2.modelApache Commons
NamespacePrefixesHolderA NamespacePrefixesHolder is an entity that retains namespace prefix information from the document for deferred XPathInterfaceorg.apache.commons.scxml2.modelApache Commons
NotificationRegistryThe registry where SCXML listeners are recorded for nodes of interest such as the SCXML root,Classorg.apache.commons.scxml2Apache Commons
ObservableInterface for elements of the SCXML object model whose progress can be observed using the NotificationRegistry.Interfaceorg.apache.commons.scxml2.modelApache Commons
OnEntryThe class in this SCXML object model that corresponds to the SCXML element, which is an optional propertyClassorg.apache.commons.scxml2.modelApache Commons
OnExitThe class in this SCXML object model that corresponds to the SCXML element, which is an optional propertyClassorg.apache.commons.scxml2.modelApache Commons
ParallelThe class in this SCXML object model that corresponds to the SCXML element, which is a wrapper element toClassorg.apache.commons.scxml2.modelApache Commons
ParamThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
ParamsContainerA ParamsContainer represents an element in the SCXML document that may have one or more children which are used toClassorg.apache.commons.scxml2.modelApache Commons
PathResolverInterface for a component that may be used by the SCXML engines to resolve context sensitive paths.Interfaceorg.apache.commons.scxml2Apache Commons
PathResolverHolderInterfaceorg.apache.commons.scxml2.modelApache Commons
PayloadProviderA PayloadProvider is an element in the SCXML document that can provide payload data for an event or an external process.Classorg.apache.commons.scxml2.modelApache Commons
RaiseThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
SCInstanceThe SCInstance performs book-keeping functions for a particular execution of a state chart represented by aClassorg.apache.commons.scxml2Apache Commons
SCXMLThe class in this SCXML object model that corresponds to the root element, and serves as the documentClassorg.apache.commons.scxml2.modelApache Commons
SCXMLExecutionContextSCXMLExecutionContext provides all the services and internal data used during the interpretation of an SCXML statemachine across micro and macro stepsClassorg.apache.commons.scxml2Apache Commons
SCXMLExecutorThe SCXML engine that executes SCXML documents.Classorg.apache.commons.scxml2Apache Commons
SCXMLExpressionExceptionException thrown when a malformed expression is encountered during evaluation of an expression in a SCXML document.Classorg.apache.commons.scxml2Apache Commons
SCXMLIOProcessorThe SCXML I/O Processor provides the interface for either an internal process or an external system or invoked child SCXML process (Invoker) to send events into the SCXML processor queue.Interfaceorg.apache.commons.scxml2Apache Commons
SCXMLListenerListener interface for observable entities in the SCXML model.Interfaceorg.apache.commons.scxml2Apache Commons
SCXMLReaderThe SCXMLReader provides the ability to read a SCXML document into the Java object model provided in the model package.Classorg.apache.commons.scxml2.ioApache Commons
SCXMLSemanticsThe purpose of this interface is to separate the the W3C SCXML Algorithm for SCXML InterpretationInterfaceorg.apache.commons.scxml2Apache Commons
SCXMLSemanticsImplThis class encapsulate and implements the W3C SCXML Algorithm for SCXML InterpretationClassorg.apache.commons.scxml2.semanticsApache Commons
SCXMLSystemContextThe SCXMLSystemContext is used as a read only Context wrapper and provides the SCXML (read only) system variables which are injected via the unwrapped getContext().Classorg.apache.commons.scxml2Apache Commons
SCXMLWriterUtility class for serializing the Commons SCXML Java object model.Classorg.apache.commons.scxml2.ioApache Commons
SendThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
SimpleContextSimple Context wrapping a map of variables.Classorg.apache.commons.scxml2.envApache Commons
SimpleDispatcherEventDispatcher implementation that can schedule delayed events for the scxml typeClassorg.apache.commons.scxml2.envApache Commons
SimpleErrorHandlerCustom error handler that logs the parsing errors in theSee Also:Serialized FormClassorg.apache.commons.scxml2.envApache Commons
SimpleErrorReporterCustom error reporter that log execution errors.Classorg.apache.commons.scxml2.envApache Commons
SimpleSCXMLInvokerA simple Invoker for SCXML documents.Classorg.apache.commons.scxml2.invokeApache Commons
SimpleSCXMLListenerSimple SCXML Listener that logs execution.Classorg.apache.commons.scxml2.envApache Commons
SimpleTransitionThe class in this SCXML object model that corresponds to the simple SCXML element, without Transition rules for events orClassorg.apache.commons.scxml2.modelApache Commons
SimpleXMLReporterCustom XMLReporter that logs the StAX parsing warnings in theSince:1.Classorg.apache.commons.scxml2.envApache Commons
StandaloneJexlExpressionsStandalone SCXML interpreter, useful for command-line testing and debugging, where expressions are JEXL expressions.Classorg.apache.commons.scxml2.testApache Commons
StandaloneUtilsUtility methods used by command line SCXML execution, useful for The following expression languages are supported in SCXML documents:Classorg.apache.commons.scxml2.testApache Commons
StateThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
StateConfigurationThe current active states of a state machineSee Also:Serialized FormClassorg.apache.commons.scxml2Apache Commons
StatusThe immutable encapsulation of the current state of a state machine.Classorg.apache.commons.scxml2Apache Commons
StepA logical unit of progression in the execution of a SCXML model.Classorg.apache.commons.scxml2.semanticsApache Commons
TracerA simple tracer connected to Apache Commons Logging.Classorg.apache.commons.scxml2.envApache Commons
TransitionThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
TransitionalStateAn abstract base class for state elements in SCXML that can be transitioned out from, such as State or Parallel.Classorg.apache.commons.scxml2.modelApache Commons
TransitionTargetAn abstract base class for elements in SCXML that can serve as a for a , such as State or Parallel.Classorg.apache.commons.scxml2.modelApache Commons
TransitionTypeDefines the allowable Transition type attribute values, The Transition type determines whether the source state is exited in transitionsClassorg.apache.commons.scxml2.modelApache Commons
TriggerEventA class representing an event.Classorg.apache.commons.scxml2Apache Commons
URLResolverA PathResolver implementation that resolves against a base URL.Classorg.apache.commons.scxml2.envApache Commons
VarThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
XPathBuiltin for non-XPath languages.Classorg.apache.commons.scxml2Apache Commons
XPathContextA Context implementation for JXPath environments.Classorg.apache.commons.scxml2.env.xpathApache Commons
XPathEvaluatorAn Evaluator implementation for XPath environments.Classorg.apache.commons.scxml2.env.xpathApache Commons
XPathFunctionsClassorg.apache.commons.scxml2.env.xpathApache Commons
CommonsLoggingLoggerClassorg.apache.commons.transaction.utilApache Commons
ConflictExceptionException displaying a conflict between two optimistic transactions.Classorg.apache.commons.transaction.memoryApache Commons
FileHelperHelper methods for file manipulation.Classorg.apache.commons.transaction.utilApache Commons
FileResourceManagerA resource manager for streamable objects stored in a file system.Classorg.apache.commons.transaction.fileApache Commons
FileSequenceFail-Safe sequence store implementation using the file system.Classorg.apache.commons.transaction.fileApache Commons
GenericLockA generic implementain of a simple multi level lock.Classorg.apache.commons.transaction.lockingApache Commons
GenericLockManagerManager for GenericLocks on resources.Classorg.apache.commons.transaction.lockingApache Commons
HashMapFactoryDefault map factory implementation creating HashMaps.Classorg.apache.commons.transaction.memoryApache Commons
HashSetFactoryDefault set factory implementation creating HashSets.Classorg.apache.commons.transaction.memoryApache Commons
LockExceptionException displaying a lock problem.Classorg.apache.commons.transaction.lockingApache Commons
LockExceptionException displaying a lock problem in pessimistic transactions.Classorg.apache.commons.transaction.memoryApache Commons
LockManagerA manager for multi level locks on resources.Interfaceorg.apache.commons.transaction.lockingApache Commons
LockManager2 used as a delegate for all locking requests.Interfaceorg.apache.commons.transaction.lockingApache Commons
Log4jLoggerDefault logger implementation.Classorg.apache.commons.transaction.utilApache Commons
LoggerFacadeFacade for all kinds of logging engines.Interfaceorg.apache.commons.transaction.utilApache Commons
MapFactoryInterfaceorg.apache.commons.transaction.memoryApache Commons
MultiLevelLockA multi level lock.Interfaceorg.apache.commons.transaction.lockingApache Commons
MultiLevelLock2 locking including preference and more compatibility modes.Interfaceorg.apache.commons.transaction.lockingApache Commons
NoOpTransactionIdToPathMapperDefault implementation of TransactionIdToPathMapper, which expects transaction ids being strings and using them as path.Classorg.apache.commons.transaction.fileApache Commons
OptimisticMapWrapperWrapper that adds transactional control to all kinds of maps that implement the Map interface.Classorg.apache.commons.transaction.memoryApache Commons
PessimisticMapWrapperWrapper that adds transactional control to all kinds of maps that implement the Map interface.Classorg.apache.commons.transaction.memoryApache Commons
PrintWriterLoggerLogger implementation that logs into a pring writer like the oneVersion:$Id: PrintWriterLogger.Classorg.apache.commons.transaction.utilApache Commons
ReadWriteLockConvenience implementation of a read/write lock based on GenericLock.Classorg.apache.commons.transaction.lockingApache Commons
ReadWriteLockManagerManager for ReadWriteLocks on resources.Classorg.apache.commons.transaction.lockingApache Commons
ReadWriteUpgradeLockConvenience implementation of a read/write lock with an option for upgrade based on ReadWriteUpgradeLock.Classorg.apache.commons.transaction.lockingApache Commons
ReadWriteUpgradeLockManager ReadWriteUpgradeLocks on The idea (as explained by Jim LoVerde) is that only one owner can hold anClassorg.apache.commons.transaction.lockingApache Commons
RendezvousBarrierSimple barrier that blocks until all parties have either called or have arrived at the meeting point.Classorg.apache.commons.transaction.utilApache Commons
ResourceIdToPathMapperMapper from a resourceId to a path string.Interfaceorg.apache.commons.transaction.fileApache Commons
ResourceManagerInterface for resource managers.Interfaceorg.apache.commons.transaction.fileApache Commons
ResourceManagerErrorCodesError codes for resource managers.Interfaceorg.apache.commons.transaction.fileApache Commons
ResourceManagerExceptionSignals any kind of error or failure state in a ResourceManager.Classorg.apache.commons.transaction.fileApache Commons
ResourceManagerSystemExceptionSignals an internal system error in a ResourceManager.Classorg.apache.commons.transaction.fileApache Commons
SetFactoryInterfaceorg.apache.commons.transaction.memoryApache Commons
TransactionalMapWrapperWrapper that adds transactional control to all kinds of maps that implement the Map interface.Classorg.apache.commons.transaction.memoryApache Commons
TransactionIdToPathMapperMaps transaction ids to paths and back.Interfaceorg.apache.commons.transaction.fileApache Commons
TurnBarrierSimple turn based barrier to make a sequence of calls from different threads deterministic.Classorg.apache.commons.transaction.utilApache Commons
URLEncodeIdMapperURL encodes a resource.Classorg.apache.commons.transaction.fileApache Commons
VirtualAdminCommandsFileResourceManagerA resource manager for streamable objects stored in a file system that features additional administration commands.Classorg.apache.commons.transaction.fileApache Commons
ABANumberCheckDigitModulus 10 ABA Number (or Routing Transit Number (RTN)) Check Digit calculation/validation.Classorg.apache.commons.validator.routines.checkdigitApache Commons
AbstractCalendarValidatorAbstract class for Date/Time/Calendar validation.Classorg.apache.commons.validator.routinesApache Commons
AbstractFormatValidatorAbstract class for Format based Validation.Classorg.apache.commons.validator.routinesApache Commons
AbstractNumberValidatorAbstract class for Number Validation.Classorg.apache.commons.validator.routinesApache Commons
Arg A default argument or an argument for a specific validator definition (ex: required)Classorg.apache.commons.validatorApache Commons
BigDecimalValidatorBigDecimal Validation and Conversion routines (java.Classorg.apache.commons.validator.routinesApache Commons
BigIntegerValidatorBigInteger Validation and Conversion routines (java.Classorg.apache.commons.validator.routinesApache Commons
ByteValidatorByte Validation and Conversion routines (java.Classorg.apache.commons.validator.routinesApache Commons
CalendarValidatorCalendar Validation and Conversion routines (java.Classorg.apache.commons.validator.routinesApache Commons
CheckDigitCheck Digit calculation and validation.Interfaceorg.apache.commons.validator.routines.checkdigitApache Commons
CheckDigitExceptionCheck Digit calculation/validation error.Classorg.apache.commons.validator.routines.checkdigitApache Commons
CodeValidatorGeneric Code Validation providing format, minimum/maximum length and CheckDigit validations.Classorg.apache.commons.validator.routinesApache Commons
CreditCardValidatorPerform credit card validations.Classorg.apache.commons.validatorApache Commons
CreditCardValidatorPerform credit card validations.Classorg.apache.commons.validator.routinesApache Commons
CurrencyValidatorCurrency Validation and Conversion routines (java.Classorg.apache.commons.validator.routinesApache Commons
CUSIPCheckDigitModulus 10 CUSIP (North American Securities) Check Digit calculation/validation.Classorg.apache.commons.validator.routines.checkdigitApache Commons
DateValidatorPerform date validations.Classorg.apache.commons.validatorApache Commons
DateValidatorDate Validation and Conversion routines (java.Classorg.apache.commons.validator.routinesApache Commons
DomainValidatorDomain name validation routines.Classorg.apache.commons.validator.routinesApache Commons
DoubleValidatorDouble Validation and Conversion routines (java.Classorg.apache.commons.validator.routinesApache Commons
EAN13CheckDigitModulus 10 EAN-13 / UPC / ISBN-13 Check Digit calculation/validation.Classorg.apache.commons.validator.routines.checkdigitApache Commons
EmailValidatorPerform email validations.Classorg.apache.commons.validatorApache Commons
EmailValidatorPerform email validations.Classorg.apache.commons.validator.routinesApache Commons
FieldThis contains the list of pluggable validators to run on a field and any message information and variables to perform the validations and generateClassorg.apache.commons.validatorApache Commons
FlagsRepresents a collection of 64 boolean (on/off) flags.Classorg.apache.commons.validator.utilApache Commons
FloatValidatorFloat Validation and Conversion routines (java.Classorg.apache.commons.validator.routinesApache Commons
Form This contains a set of validation rules for a form/JavaBean.Classorg.apache.commons.validatorApache Commons
FormSetHolds a set of Forms stored associated with a Locale based on the country, language, and variant specified.Classorg.apache.commons.validatorApache Commons
FormSetFactoryFactory class used by Digester to create FormSet's.Classorg.apache.commons.validatorApache Commons
GenericTypeValidatorThis class contains basic methods for performing validations that return the correctly typed class based on the validation performed.Classorg.apache.commons.validatorApache Commons
GenericValidatorThis class contains basic methods for performing validations.Classorg.apache.commons.validatorApache Commons
IBANCheckDigitIBAN (International Bank Account Number) Check Digit calculation/validation.Classorg.apache.commons.validator.routines.checkdigitApache Commons
IBANValidatorClassorg.apache.commons.validator.routinesApache Commons
InetAddressValidatorInetAddress validation and conversion routines (java.Classorg.apache.commons.validator.routinesApache Commons
IntegerValidatorInteger Validation and Conversion routines (java.Classorg.apache.commons.validator.routinesApache Commons
ISBN10CheckDigitModulus 11 ISBN-10 Check Digit calculation/validation.Classorg.apache.commons.validator.routines.checkdigitApache Commons
ISBNCheckDigitCombined ISBN-10 / ISBN-13 Check Digit calculation/validation.Classorg.apache.commons.validator.routines.checkdigitApache Commons
ISBNValidatorA class for validating 10 digit ISBN codes.Classorg.apache.commons.validatorApache Commons
ISBNValidatorISBN-10 and ISBN-13 Code Validation.Classorg.apache.commons.validator.routinesApache Commons
ISINCheckDigitModulus 10 ISIN (International Securities Identifying Number) Check Digit calculation/validation.Classorg.apache.commons.validator.routines.checkdigitApache Commons
ISSNCheckDigitInternational Standard Serial Number (ISSN) is an eight-digit serial number used toClassorg.apache.commons.validator.routines.checkdigitApache Commons
ISSNValidatorInternational Standard Serial Number (ISSN) is an eight-digit serial number used toClassorg.apache.commons.validator.routinesApache Commons
LongValidatorLong Validation and Conversion routines (java.Classorg.apache.commons.validator.routinesApache Commons
LuhnCheckDigitModulus 10 Luhn Check Digit calculation/validation.Classorg.apache.commons.validator.routines.checkdigitApache Commons
ModulusCheckDigitAbstract Modulus Check digit calculation/validation.Classorg.apache.commons.validator.routines.checkdigitApache Commons
MsgAn alternative message can be associated with a Field and a pluggable validator instead of using the default messageClassorg.apache.commons.validatorApache Commons
PercentValidatorPercentage Validation and Conversion routines (java.Classorg.apache.commons.validator.routinesApache Commons
RegexValidatorRegular Expression validation (using JDK 1.Classorg.apache.commons.validator.routinesApache Commons
SedolCheckDigitModulus 10 SEDOL (UK Securities) Check Digit calculation/validation.Classorg.apache.commons.validator.routines.checkdigitApache Commons
ShortValidatorShort Validation and Conversion routines (java.Classorg.apache.commons.validator.routinesApache Commons
TimeValidatorTime Validation and Conversion routines (java.Classorg.apache.commons.validator.routinesApache Commons
UrlValidatorURL Validation routines.Classorg.apache.commons.validator.routinesApache Commons
UrlValidator Behavour of validation is modified by passing in options: ALLOW_2_SLASHES - [FALSE] Allows double '/' characters in the pathClassorg.apache.commons.validatorApache Commons
ValidatorValidations are processed by the validate method.Classorg.apache.commons.validatorApache Commons
ValidatorActionContains the information to dynamically create and run a validation method.Classorg.apache.commons.validatorApache Commons
ValidatorExceptionThe base exception for the Validator Framework.Classorg.apache.commons.validatorApache Commons
ValidatorResources General purpose class for storing FormSet objects based on their associated Locale.Classorg.apache.commons.validatorApache Commons
ValidatorResultThis contains the results of a set of validation rules processedVersion:$Revision: 1652498 $See Also:Serialized FormClassorg.apache.commons.validatorApache Commons
ValidatorResultsThis contains the results of a set of validation rules processedVersion:$Revision: 1652498 $See Also:Serialized FormClassorg.apache.commons.validatorApache Commons
ValidatorUtilsBasic utility methods.Classorg.apache.commons.validator.utilApache Commons
VarA variable that can be associated with a Field for passing in information to a pluggable validator.Classorg.apache.commons.validatorApache Commons
VerhoeffCheckDigitVerhoeff (Dihedral) Check Digit calculation/validation.Classorg.apache.commons.validator.routines.checkdigitApache Commons
AbstractFileChangeEventA change event that knows how to notify a listener.Classorg.apache.commons.vfs2.eventsApache Commons
AbstractFileNameA default file name implementation.Classorg.apache.commons.vfs2.providerApache Commons
AbstractFileNameParserProvides methods to parse a filename into a FileName.Classorg.apache.commons.vfs2.providerApache Commons
AbstractFileObjectA partial file object implementation.Classorg.apache.commons.vfs2.providerApache Commons
AbstractFileOperationClassorg.apache.commons.vfs2.operationsApache Commons
AbstractFileOperationProviderClassorg.apache.commons.vfs2.operationsApache Commons
AbstractFileProviderA partial FileProvider implementation.Classorg.apache.commons.vfs2.providerApache Commons
AbstractFilesCacheClassorg.apache.commons.vfs2.cacheApache Commons
AbstractFileSystemA partial FileSystem implementation.Classorg.apache.commons.vfs2.providerApache Commons
AbstractLayeredFileProviderA FileProvider that is layered on top of another, such as the contents of a zip or tar file.Classorg.apache.commons.vfs2.providerApache Commons
AbstractOriginatingFileProviderA FileProvider that handles physical files, such as the files in a local fs, or on an FTP server.Classorg.apache.commons.vfs2.providerApache Commons
AbstractRandomAccessContent UnsupportedOperationException when one of these methods are called.Classorg.apache.commons.vfs2.providerApache Commons
AbstractRandomAccessStreamContentClassorg.apache.commons.vfs2.providerApache Commons
AbstractSyncTaskAn abstract file synchronization task.Classorg.apache.commons.vfs2.tasksApache Commons
AbstractVfsComponentA partial VfsComponent implementation.Classorg.apache.commons.vfs2.providerApache Commons
AbstractVfsContainerA VfsComponent that contains a set of sub-components.Classorg.apache.commons.vfs2.providerApache Commons
AllFileSelectorA FileSelector that selects everything.Classorg.apache.commons.vfs2Apache Commons
Bzip2FileObjectClassorg.apache.commons.vfs2.provider.bzip2Apache Commons
Bzip2FileProviderProvides access to the content of bzip2 compressed files.Classorg.apache.commons.vfs2.provider.bzip2Apache Commons
Bzip2FileSystemFilesytem to handle compressed files using the bzip2 method.Classorg.apache.commons.vfs2.provider.bzip2Apache Commons
CacheStrategyAn enumerated type to deal with the various cache strategies.Classorg.apache.commons.vfs2Apache Commons
CapabilityAn enumerated type representing the capabilities of files and file systems.Classorg.apache.commons.vfs2Apache Commons
ChangedEventClassorg.apache.commons.vfs2.eventsApache Commons
ChangeLastModificationTimeSimply changed the last modification time of the given file.Classorg.apache.commons.vfs2.exampleApache Commons
CombinedResourcesClassorg.apache.commons.vfs2.utilApache Commons
CompositeFileProviderClassorg.apache.commons.vfs2.providerApache Commons
CompressedFileFileObjectClassorg.apache.commons.vfs2.provider.compressedApache Commons
CompressedFileFileProviderA file system provider for compressed files.Classorg.apache.commons.vfs2.provider.compressedApache Commons
CompressedFileFileSystemA read-only file system for compressed files.Classorg.apache.commons.vfs2.provider.compressedApache Commons
CopyTaskAn Ant task that copies matching files.Classorg.apache.commons.vfs2.tasksApache Commons
CreateEventFile creation event.Classorg.apache.commons.vfs2.eventsApache Commons
CryptorInterfaceorg.apache.commons.vfs2.utilApache Commons
CryptorFactoryFactory to create an instance of a Cryptor.Classorg.apache.commons.vfs2.utilApache Commons
DecoratedFileObjectBase class to build a fileObject decoration.Classorg.apache.commons.vfs2.implApache Commons
DefaultCryptorAllows passwords to be encrypted and decrypted.Classorg.apache.commons.vfs2.utilApache Commons
DefaultFileContentThe content of a file.Classorg.apache.commons.vfs2.providerApache Commons
DefaultFileContentInfoThe default file content information.Classorg.apache.commons.vfs2.implApache Commons
DefaultFileMonitorA polling FileMonitor implementation.Classorg.apache.commons.vfs2.implApache Commons
DefaultFileOperationsClassorg.apache.commons.vfs2.operationsApache Commons
DefaultFileReplicatorA simple file replicator and temporary file store.Classorg.apache.commons.vfs2.implApache Commons
DefaultFilesCacheA FilesCache implementation.Classorg.apache.commons.vfs2.cacheApache Commons
DefaultFileSystemConfigBuilderDefault options usable for all file systems.Classorg.apache.commons.vfs2.implApache Commons
DefaultFileSystemManagerThe default file system manager implementation.Classorg.apache.commons.vfs2.implApache Commons
DefaultLocalFileProviderA file system provider, which uses direct file access.Classorg.apache.commons.vfs2.provider.localApache Commons
DefaultProviderConfigurationSame as ProviderConfiguration but for the default provider.Classorg.apache.commons.vfs2.implApache Commons
DefaultURLConnectionA default URL connection that will work for most file systems.Classorg.apache.commons.vfs2.providerApache Commons
DefaultURLStreamHandlerA default URL stream handler that will work for most file systems.Classorg.apache.commons.vfs2.providerApache Commons
DelegateFileObjectA file backed by another file.Classorg.apache.commons.vfs2.providerApache Commons
DelegatingFileSystemOptionsBuilderThis class use reflection to set a configuration value using the fileSystemConfigBuilder associated the a scheme.Classorg.apache.commons.vfs2.utilApache Commons
DeleteEventFile deletion event.Classorg.apache.commons.vfs2.eventsApache Commons
DeleteTaskAn Ant task that deletes matching files.Classorg.apache.commons.vfs2.tasksApache Commons
EncryptUtilAllows passwords to be encrypted and decrypted.Classorg.apache.commons.vfs2.utilApache Commons
ExceptionConverterExceptionConverter converts WebDAV exceptions into FileSystemExceptions.Classorg.apache.commons.vfs2.provider.webdavApache Commons
FileChangeEventAn event fired when a file is changed.Classorg.apache.commons.vfs2Apache Commons
FileContentRepresents the data content of a file.Interfaceorg.apache.commons.vfs2Apache Commons
FileContentInfoInforms on the content of a file with content type and encoding.Interfaceorg.apache.commons.vfs2Apache Commons
FileContentInfoFactoryCreates FileContentInfo instances to determine the content-info for given file contents.Interfaceorg.apache.commons.vfs2Apache Commons
FileContentInfoFilenameFactoryThe FileContentInfoFilenameFactory.Classorg.apache.commons.vfs2.implApache Commons
FileDepthSelectorA FileSelector that selects all files in a particular depth range.Classorg.apache.commons.vfs2Apache Commons
FileExtensionSelectorA FileSelector that selects based on file extensions.Classorg.apache.commons.vfs2Apache Commons
FileFilterThis interface is used to select files when traversing the direct children of the base.Interfaceorg.apache.commons.vfs2Apache Commons
FileFilterSelectorA FileSelector that selects all children of the given fileObject.Classorg.apache.commons.vfs2Apache Commons
FileListenerListens for changes to a file.Interfaceorg.apache.commons.vfs2Apache Commons
FileMonitorFileMonitor interface.Interfaceorg.apache.commons.vfs2Apache Commons
FileNameRepresents a file name.Interfaceorg.apache.commons.vfs2Apache Commons
FileNameParserProvides methods to parse a filename into a FileName.Interfaceorg.apache.commons.vfs2.providerApache Commons
FileNotFolderExceptionDelivers a file-not-folder exception which happens when trying to issue FileObject.Classorg.apache.commons.vfs2Apache Commons
FileNotFoundExceptiondelivers a file-not-found exception.Classorg.apache.commons.vfs2Apache Commons
FileObjectRepresents a file, and is used to access the content and structure of the file.Interfaceorg.apache.commons.vfs2Apache Commons
FileObjectUtilsStuff to get some strange things from an FileObject.Classorg.apache.commons.vfs2.utilApache Commons
FileOperation A FileOperation is an object that brings an extra function to a FileObject.Interfaceorg.apache.commons.vfs2.operationsApache Commons
FileOperationProviderFileOperationProvider is responsible for dealing with FileOperation's.Interfaceorg.apache.commons.vfs2.operationsApache Commons
FileOperationsFileOperations interface provides API to work with operations.Interfaceorg.apache.commons.vfs2.operationsApache Commons
FileProviderA file provider.Interfaceorg.apache.commons.vfs2.providerApache Commons
FileReplicatorResponsible for making local replicas of files.Interfaceorg.apache.commons.vfs2.providerApache Commons
FilesCacheThe fileCache interface.Interfaceorg.apache.commons.vfs2Apache Commons
FileSelectInfoInformation about a file, that is used to select files during the traversal of a hierarchy.Interfaceorg.apache.commons.vfs2Apache Commons
FileSelectorThis interface is used to select files when traversing a file hierarchy.Interfaceorg.apache.commons.vfs2Apache Commons
FileSystemA file system, made up of a hierarchy of files.Interfaceorg.apache.commons.vfs2Apache Commons
FileSystemConfigBuilderAbstract class which has the right to fill FileSystemOptions.Classorg.apache.commons.vfs2Apache Commons
FileSystemExceptionThrown for file system errors.Classorg.apache.commons.vfs2Apache Commons
FileSystemManagerA FileSystemManager manages a set of file systems.Interfaceorg.apache.commons.vfs2Apache Commons
FileSystemOptionsContainer for FileSystemOptions.Classorg.apache.commons.vfs2Apache Commons
FileTypeAn enumerated type that represents a file's type.Classorg.apache.commons.vfs2Apache Commons
FileTypeHasNoContentExceptiondelivers a file-not-folder exception which happens when trying to issue FileObject.Classorg.apache.commons.vfs2Apache Commons
FileTypeSelectorA FileSelector that selects files of a particular type.Classorg.apache.commons.vfs2Apache Commons
FileUtilUtility methods for dealing with FileObjects.Classorg.apache.commons.vfs2Apache Commons
FtpCheckBasic check for FTP.Classorg.apache.commons.vfs2.libcheckApache Commons
FtpClientWhat VFS expects from an ftp client to provide.Interfaceorg.apache.commons.vfs2.provider.ftpApache Commons
FtpClientFactoryCreate a FtpClient instance.Classorg.apache.commons.vfs2.provider.ftpApache Commons
FTPClientWrapperA wrapper to the FTPClient to allow automatic reconnect on connection loss.Classorg.apache.commons.vfs2.provider.ftpApache Commons
FtpFileNameParserClassorg.apache.commons.vfs2.provider.ftpApache Commons
FtpFileObjectClassorg.apache.commons.vfs2.provider.ftpApache Commons
FtpFileProviderA provider for FTP file systems.Classorg.apache.commons.vfs2.provider.ftpApache Commons
FtpFileSystemClassorg.apache.commons.vfs2.provider.ftpApache Commons
FtpFileSystemConfigBuilderThe config builder for various ftp configuration options.Classorg.apache.commons.vfs2.provider.ftpApache Commons
FtpFileTypeClassorg.apache.commons.vfs2.provider.ftpApache Commons
FtpsClientFactoryCreate FTPSClient instances.Classorg.apache.commons.vfs2.provider.ftpsApache Commons
FtpsDataChannelProtectionLevelenum FtpsDataChannelProtectionLevelProtection level of the data channel in a FTPS communication.Classorg.apache.commons.vfs2.provider.ftpsApache Commons
FtpsFileProviderA provider for FTP file systems.Classorg.apache.commons.vfs2.provider.ftpsApache Commons
FtpsFileSystemClassorg.apache.commons.vfs2.provider.ftpsApache Commons
FtpsFileSystemConfigBuilderThe configuration builder for various FTPS configuration options.Classorg.apache.commons.vfs2.provider.ftpsApache Commons
FtpsModeMode of the FTPS connection.Classorg.apache.commons.vfs2.provider.ftpsApache Commons
GenericFileNameA file name that represents a 'generic' URI, as per RFC 2396.Classorg.apache.commons.vfs2.providerApache Commons
GenericFileNameParserA general-purpose file name parser.Classorg.apache.commons.vfs2.provider.localApache Commons
GzipFileObjectClassorg.apache.commons.vfs2.provider.gzipApache Commons
GzipFileProviderProvides access to the content of gzip compressed files.Classorg.apache.commons.vfs2.provider.gzipApache Commons
GzipFileSystemFilesytem to handle compressed files using the gzip method.Classorg.apache.commons.vfs2.provider.gzipApache Commons
HdfsFileAttributesenum HdfsFileAttributesHDFS file content attributes.Classorg.apache.commons.vfs2.provider.hdfsApache Commons
HdfsFileContentInfoFactoryCreates FileContentInfo instances for HDFS.Classorg.apache.commons.vfs2.provider.hdfsApache Commons
HdfsFileObjectA VFS representation of an HDFS file.Classorg.apache.commons.vfs2.provider.hdfsApache Commons
HdfsFileProviderFileProvider for HDFS files.Classorg.apache.commons.vfs2.provider.hdfsApache Commons
HdfsFileSystemA VFS FileSystem that interacts with HDFS.Classorg.apache.commons.vfs2.provider.hdfsApache Commons
HdfsFileSystemConfigBuilderConfiguration settings for the HdfsFileSystem.Classorg.apache.commons.vfs2.provider.hdfsApache Commons
HdfsRandomAccessContentProvides random access to content in an HdfsFileObject.Classorg.apache.commons.vfs2.provider.hdfsApache Commons
HostFileNameParser Parses the url into user/password/host/port/path Does not handle a query string (after ?)Classorg.apache.commons.vfs2.providerApache Commons
HttpClientFactoryCreate a HttpClient instance.Classorg.apache.commons.vfs2.provider.httpApache Commons
HttpFileContentInfoFactoryCreates FileContentInfo instances for HTTP.Classorg.apache.commons.vfs2.provider.httpApache Commons
HttpFileNameParserClassorg.apache.commons.vfs2.provider.httpApache Commons
HttpFileObjectA file object backed by Apache Commons HttpClient.Classorg.apache.commons.vfs2.provider.httpApache Commons
HttpFileProviderAn HTTP provider that uses commons-httpclient.Classorg.apache.commons.vfs2.provider.httpApache Commons
HttpFileSystemAn HTTP file system.Classorg.apache.commons.vfs2.provider.httpApache Commons
HttpFileSystemConfigBuilderConfiguration options for HTTP.Classorg.apache.commons.vfs2.provider.httpApache Commons
HttpsFileNameParserClassorg.apache.commons.vfs2.provider.httpsApache Commons
HttpsFileProviderAn HTTPS provider that uses commons-httpclient.Classorg.apache.commons.vfs2.provider.httpsApache Commons
IdentityInfoStructure for an identity.Classorg.apache.commons.vfs2.provider.sftpApache Commons
IdentityRepositoryFactoryCreates instances of JSch IdentityRepository.Interfaceorg.apache.commons.vfs2.provider.sftpApache Commons
JarFileObjectA file in a Jar file system.Classorg.apache.commons.vfs2.provider.jarApache Commons
JarFileProviderA file system provider for Jar files.Classorg.apache.commons.vfs2.provider.jarApache Commons
JarFileSystemA read-only file system for Jar files.Classorg.apache.commons.vfs2.provider.jarApache Commons
JarURLConnectionImplA default URL connection that will work for most file systems.Classorg.apache.commons.vfs2.provider.jarApache Commons
LayeredFileNameA file name for layered files.Classorg.apache.commons.vfs2.providerApache Commons
LayeredFileNameParser Additionally encodes the '!' character.Classorg.apache.commons.vfs2.providerApache Commons
LocalFileA file object implementation which uses direct file access.Classorg.apache.commons.vfs2.provider.localApache Commons
LocalFileNameClassorg.apache.commons.vfs2.provider.localApache Commons
LocalFileNameParserClassorg.apache.commons.vfs2.provider.localApache Commons
LocalFileProviderA file provider which handles local files.Interfaceorg.apache.commons.vfs2.providerApache Commons
LocalFileSystemA local file system.Classorg.apache.commons.vfs2.provider.localApache Commons
LRUFilesCacheThis implementation caches every file using LRUMap.Classorg.apache.commons.vfs2.cacheApache Commons
MessagesClassorg.apache.commons.vfs2.utilApache Commons
MkdirTaskAn Ant task that creates a directory.Classorg.apache.commons.vfs2.tasksApache Commons
MonitorInputStreamAn InputStream that provides buffering and end-of-stream monitoring.Classorg.apache.commons.vfs2.utilApache Commons
MonitorOutputStreamAn OutputStream that provides buffering and end-of-stream monitoring.Classorg.apache.commons.vfs2.utilApache Commons
MonitorRandomAccessContentA RandomAccessContent that provides end-of-stream monitoring.Classorg.apache.commons.vfs2.utilApache Commons
MoveTaskAn Ant task that moves matching files.Classorg.apache.commons.vfs2.tasksApache Commons
NameScopeAn enumerated type for file name scope, used when resolving a name relativeEnum Constant SummaryClassorg.apache.commons.vfs2Apache Commons
NullFilesCache A FilesCache implementation.Classorg.apache.commons.vfs2.cacheApache Commons
OnCallRefreshFileObjectThis decorator refreshes the fileObject data on every call.Classorg.apache.commons.vfs2.cacheApache Commons
OsClass to help determining the OS.Classorg.apache.commons.vfs2.utilApache Commons
OsFamilyAn enumerated type, which represents an OS family.Classorg.apache.commons.vfs2.utilApache Commons
PatternFileSelectorA FileSelector that selects based on regular expressions matched against base filename.Classorg.apache.commons.vfs2Apache Commons
PosixPermissionsClassorg.apache.commons.vfs2.utilApache Commons
PrivilegedFileReplicatorA file replicator that wraps another file replicator, performing the replication as a privileged action.Classorg.apache.commons.vfs2.implApache Commons
ProviderConfigurationThis class describes the configuration for a provider.Classorg.apache.commons.vfs2.implApache Commons
RamFileObjectClassorg.apache.commons.vfs2.provider.ramApache Commons
RamFileOutputStreamOutputStream to a RamFile.Classorg.apache.commons.vfs2.provider.ramApache Commons
RamFileProviderClassorg.apache.commons.vfs2.provider.ramApache Commons
RamFileRandomAccessContentRAM File Random Access Content.Classorg.apache.commons.vfs2.provider.ramApache Commons
RamFileSystemClassorg.apache.commons.vfs2.provider.ramApache Commons
RamFileSystemConfigBuilderConfig Builder for the RAM filesystem.Classorg.apache.commons.vfs2.provider.ramApache Commons
RandomAccessContentProvides random access over content.Interfaceorg.apache.commons.vfs2Apache Commons
RandomAccessModeenum RandomAccessModeAn enumerated type representing the modes of a random access content.Classorg.apache.commons.vfs2.utilApache Commons
ResourceFileProviderThe Resource provider.Classorg.apache.commons.vfs2.provider.resApache Commons
ResourceFileSystemConfigBuilderThe config BUILDER for various ftp configuration options.Classorg.apache.commons.vfs2.provider.resApache Commons
SelectorsSeveral standard file selectors.Classorg.apache.commons.vfs2Apache Commons
SftpCheckBasic check for SFTP.Classorg.apache.commons.vfs2.libcheckApache Commons
SftpClientFactoryCreate a JSch Session instance.Classorg.apache.commons.vfs2.provider.sftpApache Commons
SftpFileNameParserClassorg.apache.commons.vfs2.provider.sftpApache Commons
SftpFileObjectClassorg.apache.commons.vfs2.provider.sftpApache Commons
SftpFileProviderA provider for accessing files over SFTP.Classorg.apache.commons.vfs2.provider.sftpApache Commons
SftpFileSystemRepresents the files on an SFTP server.Classorg.apache.commons.vfs2.provider.sftpApache Commons
SftpFileSystemConfigBuilderThe config BUILDER for various SFTP configuration options.Classorg.apache.commons.vfs2.provider.sftpApache Commons
SftpStreamProxyStream based proxy for JSch.Classorg.apache.commons.vfs2.provider.sftpApache Commons
ShellA simple command-line shell for performing file operations.Classorg.apache.commons.vfs2.exampleApache Commons
ShowFileTaskAn Ant task that writes the details of a file to Ant's log.Classorg.apache.commons.vfs2.tasksApache Commons
ShowPropertiesA simple that prints the properties of the file passed as first parameter.Classorg.apache.commons.vfs2.exampleApache Commons
SoftRefFilesCacheThis implementation caches every file as long as it is strongly reachable by the java vm.Classorg.apache.commons.vfs2.cacheApache Commons
StandardFileSystemManagerA FileSystemManager that configures itself from an XML (Default: providers.Classorg.apache.commons.vfs2.implApache Commons
StaticUserAuthenticatorProvides always the same credentials data passed in with the constructor.Classorg.apache.commons.vfs2.authApache Commons
SynchronizedFileObjectThis decorator synchronize all access to the FileObject.Classorg.apache.commons.vfs2.implApache Commons
SyncTaskA task that synchronises the destination folder to look exactly like the source folder (or folders).Classorg.apache.commons.vfs2.tasksApache Commons
TarFileObjectA file in a Tar file system.Classorg.apache.commons.vfs2.provider.tarApache Commons
TarFileProviderA file system provider for Tar files.Classorg.apache.commons.vfs2.provider.tarApache Commons
TarFileSystemA read-only file system for Tar files.Classorg.apache.commons.vfs2.provider.tarApache Commons
Tbz2FileProviderA file system provider for Tar files.Classorg.apache.commons.vfs2.provider.tarApache Commons
TemporaryFileProviderA provider for temporary files.Classorg.apache.commons.vfs2.provider.tempApache Commons
TemporaryFileStoreManages a repository of temporary local files.Interfaceorg.apache.commons.vfs2.providerApache Commons
TgzFileProviderA file system provider for Tar files.Classorg.apache.commons.vfs2.provider.tarApache Commons
TrustEveryoneUserInfoHelper class to trust a new host.Classorg.apache.commons.vfs2.provider.sftpApache Commons
UriParserUtilities for dealing with URIs.Classorg.apache.commons.vfs2.providerApache Commons
UrlFileNameClassorg.apache.commons.vfs2.provider.urlApache Commons
URLFileNameA file name that represents URL.Classorg.apache.commons.vfs2.providerApache Commons
UrlFileNameParserClassorg.apache.commons.vfs2.provider.urlApache Commons
URLFileNameParserClassorg.apache.commons.vfs2.providerApache Commons
UrlFileObjectA FileObject implementation backed by a URL.Classorg.apache.commons.vfs2.provider.urlApache Commons
UrlFileProviderA file provider backed by Java's URL API.Classorg.apache.commons.vfs2.provider.urlApache Commons
UrlFileSystemA File system backed by Java's URL API.Classorg.apache.commons.vfs2.provider.urlApache Commons
UserAuthenticationDataContains various authentication data.Classorg.apache.commons.vfs2Apache Commons
UserAuthenticatorThe user authenticator is used to query credentials from the user.Interfaceorg.apache.commons.vfs2Apache Commons
UserAuthenticatorUtilsHelps with authentication.Classorg.apache.commons.vfs2.utilApache Commons
VcsAddInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsCheckoutInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsCommitInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsCommitListenerInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsDeleteInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsLogInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsLogEntryClassorg.apache.commons.vfs2.operations.vcsApache Commons
VcsLogEntryHandlerInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsModifyListenerInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsRevert Restores pristine working copy file and cancels all local modifications.Interfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsStatusClassorg.apache.commons.vfs2.operations.vcsApache Commons
VcsUpdateInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsUpdateListenerInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VFSThe main entry point for the VFS.Classorg.apache.commons.vfs2Apache Commons
VFSClassLoaderA class loader that can load classes and resources from a search path VFS FileObjects referring both to folders and JAR files.Classorg.apache.commons.vfs2.implApache Commons
VfsComponentThis interface is used to manage the lifecycle of all VFS components.Interfaceorg.apache.commons.vfs2.providerApache Commons
VfsComponentContextAllows VFS components to access the services they need, such as the file replicator.Interfaceorg.apache.commons.vfs2.providerApache Commons
VfsLogThis class is to keep the old logging behaviour (for ant-task) and to be able to correctly use commons-logging.Classorg.apache.commons.vfs2Apache Commons
VfsTaskBase class for the VFS Ant tasks.Classorg.apache.commons.vfs2.tasksApache Commons
VirtualFileNameA simple Filename to hold the scheme for to be created virtual filesytsem.Classorg.apache.commons.vfs2.implApache Commons
VirtualFileProviderA virtual filesystem provider.Classorg.apache.commons.vfs2.implApache Commons
VirtualFileSystemA logical file system, made up of set of junctions, or links, to files from other file systems.Classorg.apache.commons.vfs2.implApache Commons
WeakRefFileListenerWrap a listener with a WeakReference.Classorg.apache.commons.vfs2.utilApache Commons
WeakRefFilesCacheThis implementation caches every file as long as it is strongly reachable by the java vm.Classorg.apache.commons.vfs2.cacheApache Commons
WebdavFileContentInfoFactoryDetermines the content information for files accessed via WebDAV.Classorg.apache.commons.vfs2.provider.webdavApache Commons
WebdavFileNameParserClassorg.apache.commons.vfs2.provider.webdavApache Commons
WebdavFileObjectClassorg.apache.commons.vfs2.provider.webdavApache Commons
WebdavFileProviderA provider for WebDAV.Classorg.apache.commons.vfs2.provider.webdavApache Commons
WebdavFileSystemA WebDAV file system.Classorg.apache.commons.vfs2.provider.webdavApache Commons
WebdavFileSystemConfigBuilderConfiguration options for WebDav.Classorg.apache.commons.vfs2.provider.webdavApache Commons
WebdavMethodRetryHandlerA retry handler which will retry a failed webdav method one time.Classorg.apache.commons.vfs2.provider.webdavApache Commons
WindowsFileNameClassorg.apache.commons.vfs2.provider.localApache Commons
WindowsFileNameParserA parser for Windows file names.Classorg.apache.commons.vfs2.provider.localApache Commons
ZipFileObjectA file in a Zip file system.Classorg.apache.commons.vfs2.provider.zipApache Commons
ZipFileProviderA file system provider for Zip files.Classorg.apache.commons.vfs2.provider.zipApache Commons
ZipFileSystemA read-only file system for Zip/Jar files.Classorg.apache.commons.vfs2.provider.zipApache Commons
AbstractPrepareMojoDefines common properties.Classorg.apache.commons.weaver.mavenApache Commons
AbstractWeaveMojoDefines common properties.Classorg.apache.commons.weaver.mavenApache Commons
AbstractWeaverTaskAbstract weaver Ant task.Classorg.apache.commons.weaver.antApache Commons
AccessLevelEnumerates the Java access levels.Classorg.apache.commons.weaver.privilizerApache Commons
AnnotatedElementsInterface defining a means of iterating over a particular type of AnnotatedElement as well as filtering by annotation type (includingInterfaceorg.apache.commons.weaver.modelApache Commons
AnnotationsProvide annotation-related utility methods.Classorg.apache.commons.weaver.utilsApache Commons
ArgsArgument/Parameter-related utilities.Classorg.apache.commons.weaver.utilsApache Commons
CleanerSPI to provide a means for a weaver module to remove woven classes during incremental builds, if necessary.Interfaceorg.apache.commons.weaver.spiApache Commons
CleanProcessorClassorg.apache.commons.weaverApache Commons
CleanTaskClassorg.apache.commons.weaver.antApache Commons
ConsumesMark a WeaveLifecycleProvider as consuming the output of additional WeaveLifecycleProviders for the same lifecycle stage.Classorg.apache.commons.weaverApache Commons
FieldRepresents a Java field.Classorg.apache.commons.weaver.privilizerApache Commons
FieldAccessClassorg.apache.commons.weaver.privilizerApache Commons
InlinePropertiesStructure to allow inline specification of properties.Classorg.apache.commons.weaver.antApache Commons
JavaLoggingToMojoLoggingRedirectorThis class redirects calls to java.Classorg.apache.commons.weaver.mavenApache Commons
NestedWeavableDescribes a Weavable that lives inside some other Weavable.Classorg.apache.commons.weaver.modelApache Commons
NormalizerHandles the work of normalizing anonymous class definitions.Classorg.apache.commons.weaver.normalizerApache Commons
NormalizerWeaverThe purpose of the normalizer module is to merge identical anonymous class definitions into a single type, thereby normalizing them and reducing their collective footprint on your archive and more importantly on your JVM.Classorg.apache.commons.weaver.normalizerApache Commons
PolicyWeaving policy: when to use PrivilegedActions.Classorg.apache.commons.weaver.privilizerApache Commons
PrepareMojoGoal to clean woven classes.Classorg.apache.commons.weaver.mavenApache Commons
PrivilizedClass-retention annotation to mark privilized classes.Classorg.apache.commons.weaver.privilizerApache Commons
PrivilizerCoordinates privilization activities.Classorg.apache.commons.weaver.privilizerApache Commons
PrivilizerCleanerRemoves classes privilized with a different policy.Classorg.apache.commons.weaver.privilizerApache Commons
PrivilizerWeaverPrivilizer Weaver implementation.Classorg.apache.commons.weaver.privilizerApache Commons
PrivilizingIndicates that a certain set of method calls should be blueprint privilized, i.Classorg.apache.commons.weaver.privilizerApache Commons
ProducesMark a WeaveLifecycleProvider as creating output that is consumed by additional WeaveLifecycleProviders for the same lifecycle stage.Classorg.apache.commons.weaverApache Commons
ProvidersUtility for working with WeaveLifecycleProvider types.Classorg.apache.commons.weaver.utilsApache Commons
ScannerInterfaceorg.apache.commons.weaver.modelApache Commons
ScanRequestClassorg.apache.commons.weaver.modelApache Commons
ScanResultEncapsulates the result of scanning based on a ScanRequest.Classorg.apache.commons.weaver.modelApache Commons
TestPrepareMojoGoal to clean woven test classes.Classorg.apache.commons.weaver.mavenApache Commons
TestWeaveMojoGoal to weave test classes.Classorg.apache.commons.weaver.mavenApache Commons
URLArrayURL Array utilities.Classorg.apache.commons.weaver.utilsApache Commons
WeavableWeavable extends AnnotatedElement to include RetentionPolicy.Classorg.apache.commons.weaver.modelApache Commons
WeavableClassClassorg.apache.commons.weaver.modelApache Commons
WeavableConstructorWeavable Constructor.Classorg.apache.commons.weaver.modelApache Commons
WeavableConstructorParameterWeavable Constructor parameter.Classorg.apache.commons.weaver.modelApache Commons
WeavableExecutableRepresents a Weavable executable.Classorg.apache.commons.weaver.modelApache Commons
WeavableFieldRepresents a Weavable Field.Classorg.apache.commons.weaver.modelApache Commons
WeavableMethodRepresents a Weavable Method.Classorg.apache.commons.weaver.modelApache Commons
WeavableMethodParameterWeavable Method parameter.Classorg.apache.commons.weaver.modelApache Commons
WeavablePackageClassorg.apache.commons.weaver.modelApache Commons
WeavableParameterRepresents the parameter of an executable.Classorg.apache.commons.weaver.modelApache Commons
WeaveEnvironmentEncapsulates the environment in which a Weaver or Cleaner must operate.Classorg.apache.commons.weaver.modelApache Commons
WeaveInterestWeave interest composed of annotation type and target element type.Classorg.apache.commons.weaver.modelApache Commons
WeaveLifecycleDefines the parts of the weave lifecycle.Classorg.apache.commons.weaver.lifecycleApache Commons
WeaveLifecycleTokenDefines token classes corresponding to the elements of the WeaveLifecycle.Classorg.apache.commons.weaver.lifecycleApache Commons
WeaveMojoGoal to weave classes.Classorg.apache.commons.weaver.mavenApache Commons
WeaveProcessorClassorg.apache.commons.weaverApache Commons
WeaverA Weaver implementation implements the WEAVE stage of the WeaveLifecycle by performing the byte code enhancement in the classes.Interfaceorg.apache.commons.weaver.spiApache Commons
WeaverSettingsStandalone weaver settings datatype.Classorg.apache.commons.weaver.antApache Commons
WeaveTaskClassorg.apache.commons.weaver.antApache Commons
AbstractAuxiliaryCacheThis holds convenience methods used by most auxiliary caches.Classorg.apache.commons.jcs.auxiliaryApache Commons
AbstractAuxiliaryCacheAttributesThis has common attributes used by all auxiliaries.Classorg.apache.commons.jcs.auxiliaryApache Commons
AbstractAuxiliaryCacheEventLoggingAll ICacheEvents are defined as final.Classorg.apache.commons.jcs.auxiliaryApache Commons
AbstractCacheAccessThis class provides the common methods for all types of access to the cache.Classorg.apache.commons.jcs.accessApache Commons
AbstractCacheEventQueueClassorg.apache.commons.jcs.engineApache Commons
AbstractDiskCacheAbstract class providing a base implementation of a disk cache, which can be easily extended to implement a disk cache for a specific persistence mechanism.Classorg.apache.commons.jcs.auxiliary.diskApache Commons
AbstractDiskCacheAttributesThis has common attributes that any conceivable disk cache would need.Classorg.apache.commons.jcs.auxiliary.diskApache Commons
AbstractDiskCacheManagerCommon disk cache methods and properties.Classorg.apache.commons.jcs.auxiliary.diskApache Commons
AbstractDoubleLinkedListMemoryCacheThis class contains methods that are common to memory caches using the double linked list, such as the LRU, MRU, FIFO, and LIFO caches.Classorg.apache.commons.jcs.engine.memoryApache Commons
AbstractHttpClientThis class simply configures the http multithreaded connection manager.Classorg.apache.commons.jcs.auxiliary.remote.http.clientApache Commons
AbstractJCSWorkerHelperThis is an abstract template for JCSWorkerHelper implementations.Classorg.apache.commons.jcs.utils.accessApache Commons
AbstractMemoryCacheThis base includes some common code for memory caches.Classorg.apache.commons.jcs.engine.memoryApache Commons
AbstractPropertyContainerProvides a mechanism to load properties into objects.Classorg.apache.commons.jcs.utils.propsApache Commons
AbstractRemoteAuxiliaryCacheAbstract base for remote caches.Classorg.apache.commons.jcs.auxiliary.remoteApache Commons
AbstractRemoteCacheListenerShared listener base.Classorg.apache.commons.jcs.auxiliary.remoteApache Commons
AbstractRemoteCacheNoWaitFacadeAn abstract base for the No Wait Facade.Classorg.apache.commons.jcs.auxiliary.remoteApache Commons
AbstractRemoteCacheServiceThis class contains common methods for remote cache services.Classorg.apache.commons.jcs.auxiliary.remote.http.serverApache Commons
AuxiliaryCacheTag interface for auxiliary caches.Interfaceorg.apache.commons.jcs.auxiliaryApache Commons
AuxiliaryCacheAttributesThis is a nominal interface that auxiliary cache attributes should implement.Interfaceorg.apache.commons.jcs.auxiliaryApache Commons
AuxiliaryCacheConfiguratorConfiguration util for auxiliary caches.Classorg.apache.commons.jcs.auxiliaryApache Commons
AuxiliaryCacheFactoryAll auxiliary caches must have a factory that the cache configurator can use to create instances.Interfaceorg.apache.commons.jcs.auxiliaryApache Commons
AuxiliaryCacheManagerInterfaceorg.apache.commons.jcs.auxiliaryApache Commons
BlockDiskThis class manages reading an writing data to disk.Classorg.apache.commons.jcs.auxiliary.disk.blockApache Commons
BlockDiskCacheThere is one BlockDiskCache per region.Classorg.apache.commons.jcs.auxiliary.disk.blockApache Commons
BlockDiskCacheAttributesThis holds attributes for Block Disk Cache configuration.Classorg.apache.commons.jcs.auxiliary.disk.blockApache Commons
BlockDiskCacheFactoryCreates disk cache instances.Classorg.apache.commons.jcs.auxiliary.disk.blockApache Commons
BlockDiskCacheManagerCache manager for BlockDiskCaches.Classorg.apache.commons.jcs.auxiliary.disk.blockApache Commons
BlockDiskElementDescriptorThis represents an element on disk.Classorg.apache.commons.jcs.auxiliary.disk.blockApache Commons
BlockDiskKeyStoreThis is responsible for storing the keys.Classorg.apache.commons.jcs.auxiliary.disk.blockApache Commons
BoundedQueueThis is a bounded queue.Classorg.apache.commons.jcs.utils.structApache Commons
CacheAccessThis class provides an interface for all types of access to the cache.Classorg.apache.commons.jcs.accessApache Commons
CacheAdaptorUsed for Cache-to-Cache messaging purposes.Classorg.apache.commons.jcs.engineApache Commons
CacheConstantsConstants used throughout the JCS cache engineVersion:$Id: CacheConstants.Interfaceorg.apache.commons.jcs.engineApache Commons
CacheElementGeneric element wrapper.Classorg.apache.commons.jcs.engineApache Commons
CacheElementInfoClassorg.apache.commons.jcs.adminApache Commons
CacheElementSerializedEither serialized value or the value should be null;See Also:Serialized FormClassorg.apache.commons.jcs.engineApache Commons
CacheEventIt's returned from create and passed into log.Classorg.apache.commons.jcs.engine.loggingApache Commons
CacheEventLoggerDebugLoggerThis implementation simple logs to a commons logger at debug level, for all events.Classorg.apache.commons.jcs.engine.loggingApache Commons
CacheEventQueueAn event queue is used to propagate ordered cache events to one and only one target listener.Classorg.apache.commons.jcs.engineApache Commons
CacheEventQueueFactoryThis class hands out event Queues.Classorg.apache.commons.jcs.engineApache Commons
CacheExceptionThis is the most general exception the cache throws.Classorg.apache.commons.jcs.access.exceptionApache Commons
CacheGroupHolder for attributes specific to a group.Classorg.apache.commons.jcs.engineApache Commons
CacheInfoThis is a static variable holder for the distribution auxiliaries that need something like a vmid.Classorg.apache.commons.jcs.engineApache Commons
CacheListenersClassorg.apache.commons.jcs.engineApache Commons
CacheRegionInfoClassorg.apache.commons.jcs.adminApache Commons
CacheStatsThis class stores cache historical and statistics data for a region.Classorg.apache.commons.jcs.engine.statsApache Commons
CacheStatusClassorg.apache.commons.jcs.engineApache Commons
CacheWatchRepairableIntercepts the requests to the underlying ICacheObserver object so that the listeners can be recorded locally for remote connection recovery purposes.Classorg.apache.commons.jcs.engineApache Commons
CommonRemoteCacheAttributesAttributes common to remote cache client and server.Classorg.apache.commons.jcs.auxiliary.remoteApache Commons
CompositeCacheThis is the primary hub for a single cache/region.Classorg.apache.commons.jcs.engine.controlApache Commons
CompositeCacheAttributesThe CompositeCacheAttributes defines the general cache region settings.Classorg.apache.commons.jcs.engineApache Commons
CompositeCacheConfiguratorThis class configures JCS based on a properties object.Classorg.apache.commons.jcs.engine.controlApache Commons
CompositeCacheManagerManages a composite cache.Classorg.apache.commons.jcs.engine.controlApache Commons
CompressingSerializerPerforms default serialization and de-serialization.Classorg.apache.commons.jcs.utils.serializationApache Commons
CompressionUtilCompress / Decompress.Classorg.apache.commons.jcs.utils.zipApache Commons
ConfigurationExceptionThrown if there is some severe configuration problem that makes the cache nonfunctional.Classorg.apache.commons.jcs.access.exceptionApache Commons
CountingOnlyOutputStreamKeeps track of the number of bytes written to it, but doesn't write them anywhere.Classorg.apache.commons.jcs.adminApache Commons
DaemonThreadFactoryAllows us to set the daemon status on the threads.Classorg.apache.commons.jcs.utils.threadpoolApache Commons
DiscoveredServiceThis contains info about a discovered service.Classorg.apache.commons.jcs.utils.discoveryApache Commons
DoubleLinkedListThis is a generic thread safe double linked list.Classorg.apache.commons.jcs.utils.structApache Commons
DoubleLinkedListNodeThis serves as a placeholder in a double linked list.Classorg.apache.commons.jcs.utils.structApache Commons
ElapsedTimerThis is a simple timer utility.Classorg.apache.commons.jcs.utils.timingApache Commons
ElementAttributesThis it the element attribute descriptor class.Classorg.apache.commons.jcs.engineApache Commons
ElementEventElement events will trigger the creation of Element Event objects.Classorg.apache.commons.jcs.engine.control.eventApache Commons
ElementEventQueueAn event queue is used to propagate ordered cache events to one and only one target listener.Classorg.apache.commons.jcs.engine.control.eventApache Commons
ElementEventTypeenum ElementEventTypeThis describes the events that an item can encounter.Classorg.apache.commons.jcs.engine.control.event.behaviorApache Commons
FIFOMemoryCacheThe items are spooled in the order they are added.Classorg.apache.commons.jcs.engine.memory.fifoApache Commons
GroupAttrNameDescription of the ClassSee Also:Serialized FormClassorg.apache.commons.jcs.engine.control.groupApache Commons
GroupCacheAccessClassorg.apache.commons.jcs.accessApache Commons
GroupIdUsed to avoid name conflict when group cache items are mixed with non-group cache items in theSee Also:Serialized FormClassorg.apache.commons.jcs.engine.control.groupApache Commons
HostNameUtilSimple utility for getting the local host name.Classorg.apache.commons.jcs.utils.netApache Commons
HSQLDiskCacheFactoryThis factory should create mysql disk caches.Classorg.apache.commons.jcs.auxiliary.disk.jdbc.hsqlApache Commons
ICacheThis is the top level interface for all cache like structures.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheAccessICacheAccess defines the behavior for client access.Interfaceorg.apache.commons.jcs.access.behaviorApache Commons
ICacheAccessManagementICacheAccessManagement defines the methods for cache management, cleanup and shutdown.Interfaceorg.apache.commons.jcs.access.behaviorApache Commons
ICacheElementEvery item is the cache is wrapped in an ICacheElement.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheElementSerializedThis interface defines the behavior of the serialized element wrapper.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheEventDefines the common fields required by a cache event.Interfaceorg.apache.commons.jcs.engine.logging.behaviorApache Commons
ICacheEventLoggerThis defines the behavior for event logging.Interfaceorg.apache.commons.jcs.engine.logging.behaviorApache Commons
ICacheEventQueueInterface for a cache event queue.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheListenerUsed to receive a cache event notification.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheManagerInterface implemented by a specific cache.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheObserverUsed to register interest in receiving cache changes.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheRestoreInterfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheServiceUsed to retrieve and update the cache.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheServiceAdminInterfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheServiceNonLocalUsed to retrieve and update non local caches, such as the remote and lateral caches.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheStatsThis holds stat information on a region.Interfaceorg.apache.commons.jcs.engine.stats.behaviorApache Commons
ICacheTypeInterface implemented by a specific cache.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICommonRemoteCacheAttributesThis specifies what a remote cache configuration object should look like.Interfaceorg.apache.commons.jcs.auxiliary.remote.behaviorApache Commons
ICompositeCacheAttributesThis defines the minimal behavior for the Cache Configuration settings.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICompositeCacheManagerI need the interface so I can plug in mock managers for testing.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
IDiscoveryListenerInterface for things that want to listen to discovery events.Interfaceorg.apache.commons.jcs.utils.discovery.behaviorApache Commons
IDiskCacheAttributesCommon disk cache attributes.Interfaceorg.apache.commons.jcs.auxiliary.disk.behaviorApache Commons
IElementAttributesInterface for cache element attributes classes.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
IElementEventDefines how an element event object should behave.Interfaceorg.apache.commons.jcs.engine.control.event.behaviorApache Commons
IElementEventHandlerThis interface defines the behavior for event handler.Interfaceorg.apache.commons.jcs.engine.control.event.behaviorApache Commons
IElementEventQueueInterface for an element event queue.Interfaceorg.apache.commons.jcs.engine.control.event.behaviorApache Commons
IElementSerializerDefines the behavior for cache element serializers.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
IGroupCacheAccessInterfaceorg.apache.commons.jcs.access.behaviorApache Commons
IKeyMatcherKey matchers need to implement this interface.Interfaceorg.apache.commons.jcs.engine.match.behaviorApache Commons
ILateralCacheAttributesThis interface defines configuration options common to lateral cache plugins.Interfaceorg.apache.commons.jcs.auxiliary.lateral.behaviorApache Commons
ILateralCacheListenerListens for lateral cache event notification.Interfaceorg.apache.commons.jcs.auxiliary.lateral.behaviorApache Commons
ILateralCacheManagerInterfaceorg.apache.commons.jcs.auxiliary.lateral.behaviorApache Commons
ILateralCacheObserverInterfaceorg.apache.commons.jcs.auxiliary.lateral.behaviorApache Commons
IMemoryCacheFor the framework.Interfaceorg.apache.commons.jcs.engine.memory.behaviorApache Commons
IndexedDiskCacheDisk cache that uses a RandomAccessFile with keys stored in memory.Classorg.apache.commons.jcs.auxiliary.disk.indexedApache Commons
IndexedDiskCacheAttributesConfiguration class for the Indexed Disk CacheSee Also:Serialized FormClassorg.apache.commons.jcs.auxiliary.disk.indexedApache Commons
IndexedDiskCacheFactoryCreates disk cache instances.Classorg.apache.commons.jcs.auxiliary.disk.indexedApache Commons
IndexedDiskCacheManagerCache manager for IndexedDiskCaches.Classorg.apache.commons.jcs.auxiliary.disk.indexedApache Commons
IndexedDiskDumperUsed to dump out a Disk cache from disk for debugging.Classorg.apache.commons.jcs.auxiliary.disk.indexedApache Commons
IndexedDiskElementDescriptorDisk objects are located by descriptor entries.Classorg.apache.commons.jcs.auxiliary.disk.indexedApache Commons
InvalidArgumentExceptionInvalidArgumentException is thrown if an argument is passed to the cache that is invalid.Classorg.apache.commons.jcs.access.exceptionApache Commons
InvalidGroupExceptionInvalidGroupExceptionSee Also:Serialized FormClassorg.apache.commons.jcs.access.exceptionApache Commons
InvalidHandleExceptionInvalidHandleException is not used.Classorg.apache.commons.jcs.access.exceptionApache Commons
IProvideSchedulerMarker interface for providers of the central ScheduledExecutorServiceAuthor:Thomas VandahlInterfaceorg.apache.commons.jcs.engine.behaviorApache Commons
IRemoteCacheAttributesThis specifies what a remote cache configuration object should look like.Interfaceorg.apache.commons.jcs.auxiliary.remote.behaviorApache Commons
IRemoteCacheClientThis defines the behavior expected of a remote cache client.Interfaceorg.apache.commons.jcs.auxiliary.remote.behaviorApache Commons
IRemoteCacheConstantsThis holds constants that are used by the remote cache.Interfaceorg.apache.commons.jcs.auxiliary.remote.behaviorApache Commons
IRemoteCacheDispatcherIn the future, this can be used as a generic dispatcher abstraction.Interfaceorg.apache.commons.jcs.auxiliary.remote.behaviorApache Commons
IRemoteCacheListenerListens for remote cache event notification ( rmi callback ).Interfaceorg.apache.commons.jcs.auxiliary.remote.behaviorApache Commons
IRemoteCacheObserverUsed to register interest in receiving remote cache changes.Interfaceorg.apache.commons.jcs.auxiliary.remote.behaviorApache Commons
IRemoteCacheServerInterface for managing Remote objectsAuthor:Thomas VandahlInterfaceorg.apache.commons.jcs.auxiliary.remote.server.behaviorApache Commons
IRemoteCacheServerAttributesThis defines the minimal behavior for the objects that are used to configure the remote cache server.Interfaceorg.apache.commons.jcs.auxiliary.remote.server.behaviorApache Commons
IRemoteHttpCacheClientIt's not entirely clear that this interface is needed.Interfaceorg.apache.commons.jcs.auxiliary.remote.http.client.behaviorApache Commons
IRemoteHttpCacheConstantsConstants used throughout the HTTP remote cache.Interfaceorg.apache.commons.jcs.auxiliary.remote.http.behaviorApache Commons
IRequireSchedulerMarker interface to allow the injection of a central ScheduledExecutorService for all modules requiring scheduled background operations.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
IShutdownObservableShutdownObservers can observe ShutdownObservable objects.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
IShutdownObserverThis interface is required of all shutdown observers.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
IStatElementIAuxiliaryCacheStats will hold these IStatElements.Interfaceorg.apache.commons.jcs.engine.stats.behaviorApache Commons
IStatsThis interface defines the common behavior for a stats holder.Interfaceorg.apache.commons.jcs.engine.stats.behaviorApache Commons
ITCPLateralCacheAttributesThis interface defines functions that are particular to the TCP Lateral Cache plugin.Interfaceorg.apache.commons.jcs.auxiliary.lateral.socket.tcp.behaviorApache Commons
JCSSimple class for using JCS.Classorg.apache.commons.jcsApache Commons
JCSAdminBeanA servlet which provides HTTP access to JCS.Classorg.apache.commons.jcs.adminApache Commons
JCSAdminServletA servlet which provides HTTP access to JCS.Classorg.apache.commons.jcs.admin.servletApache Commons
JCSJMXBeanInterfaceorg.apache.commons.jcs.adminApache Commons
JCSServletContextListenerIf you add this to the context listeners section of your web.Classorg.apache.commons.jcs.utils.servletApache Commons
JCSWorkerUtility class to encapsulate doing a piece of work, and caching the results in JCS.Classorg.apache.commons.jcs.utils.accessApache Commons
JCSWorkerHelperInterface for doing a piece of work which is expected to be cached.Interfaceorg.apache.commons.jcs.utils.accessApache Commons
JDBCDiskCacheThis is the jdbc disk cache plugin.Classorg.apache.commons.jcs.auxiliary.disk.jdbcApache Commons
JDBCDiskCacheAttributesThe configurator will set these values based on what is in the cache.Classorg.apache.commons.jcs.auxiliary.disk.jdbcApache Commons
JDBCDiskCacheFactoryThis factory should create mysql disk caches.Classorg.apache.commons.jcs.auxiliary.disk.jdbcApache Commons
JDBCDiskCacheManagerThis manages instances of the jdbc disk cache.Classorg.apache.commons.jcs.auxiliary.disk.jdbcApache Commons
JDBCDiskCacheManagerAbstractTemplateThis class serves as an abstract template for JDBCDiskCache Manager.Classorg.apache.commons.jcs.auxiliary.disk.jdbcApache Commons
JDBCDiskCachePoolAccessThis class provides access to the connection pool.Classorg.apache.commons.jcs.auxiliary.disk.jdbcApache Commons
JDBCDiskCachePoolAccessAttributesThese are used to configure the JDBCDiskCachePoolAccess class.Classorg.apache.commons.jcs.auxiliary.disk.jdbcApache Commons
JDBCDiskCachePoolAccessManagerManages JDBCDiskCachePoolAccess instances.Classorg.apache.commons.jcs.auxiliary.disk.jdbcApache Commons
KeyMatcherPatternImplThis implementation of the KeyMatcher uses standard Java Pattern matching.Classorg.apache.commons.jcs.engine.matchApache Commons
LateralCacheLateral distributor.Classorg.apache.commons.jcs.auxiliary.lateralApache Commons
LateralCacheAbstractFactoryParticular lateral caches should define their own factory.Classorg.apache.commons.jcs.auxiliary.lateralApache Commons
LateralCacheAbstractManagerCreates lateral caches.Classorg.apache.commons.jcs.auxiliary.lateralApache Commons
LateralCacheAttributesThis class stores attributes for all of the available lateral cache auxiliaries.Classorg.apache.commons.jcs.auxiliary.lateralApache Commons
LateralCacheMonitorUsed to monitor and repair any failed connection for the lateral cache service.Classorg.apache.commons.jcs.auxiliary.lateralApache Commons
LateralCacheNoWaitUsed to queue up update requests to the underlying cache.Classorg.apache.commons.jcs.auxiliary.lateralApache Commons
LateralCacheNoWaitFacadeUsed to provide access to multiple services under nowait protection.Classorg.apache.commons.jcs.auxiliary.lateralApache Commons
LateralCacheRestoreUsed to repair the lateral caches managed by the associated instance of LateralCacheManager.Classorg.apache.commons.jcs.auxiliary.lateralApache Commons
LateralCacheWatchRepairableSame as CacheWatcherWrapper but implements the IRemoteCacheWatch interface.Classorg.apache.commons.jcs.auxiliary.lateralApache Commons
LateralCommandEnumeration of the available lateral commandsEnum Constant SummaryClassorg.apache.commons.jcs.auxiliary.lateralApache Commons
LateralElementDescriptorThis class wraps command to other laterals.Classorg.apache.commons.jcs.auxiliary.lateralApache Commons
LateralTCPCacheFactoryConstructs a LateralCacheNoWaitFacade for the given configuration.Classorg.apache.commons.jcs.auxiliary.lateral.socket.tcpApache Commons
LateralTCPCacheManagerCreates lateral caches.Classorg.apache.commons.jcs.auxiliary.lateral.socket.tcpApache Commons
LateralTCPDiscoveryListenerThis knows how to add and remove discovered services.Classorg.apache.commons.jcs.auxiliary.lateral.socket.tcpApache Commons
LateralTCPDiscoveryListenerManagerThe factory holds an instance of this manager.Classorg.apache.commons.jcs.auxiliary.lateral.socket.tcpApache Commons
LateralTCPListenerListens for connections from other TCP lateral caches and handles them.Classorg.apache.commons.jcs.auxiliary.lateral.socket.tcpApache Commons
LateralTCPSenderThis class is based on the log4j SocketAppender class.Classorg.apache.commons.jcs.auxiliary.lateral.socket.tcpApache Commons
LateralTCPServiceA lateral cache service implementation.Classorg.apache.commons.jcs.auxiliary.lateral.socket.tcpApache Commons
LHMLRUMemoryCacheThis is a test memory manager using the jdk1.Classorg.apache.commons.jcs.engine.memory.lruApache Commons
LRUElementDescriptorThis is a node in the double linked list.Classorg.apache.commons.jcs.utils.structApache Commons
LRUMapThis is a simple LRUMap.Classorg.apache.commons.jcs.utils.structApache Commons
LRUMapEntryEntry for the LRUMap.Classorg.apache.commons.jcs.utils.structApache Commons
LRUMapJCSExtension of LRUMap for logging of removals.Classorg.apache.commons.jcs.auxiliary.diskApache Commons
LRUMemoryCacheA fast reference management system.Classorg.apache.commons.jcs.engine.memory.lruApache Commons
MemoryElementDescriptorThis wrapper is needed for double linked lists.Classorg.apache.commons.jcs.engine.memory.utilApache Commons
MRUMemoryCacheThe most recently used items move to the front of the list and get spooled to disk if the cache hub is configured to use a disk cache.Classorg.apache.commons.jcs.engine.memory.mruApache Commons
MySQLDiskCacheThe MySQLDiskCache extends the core JDBCDiskCache.Classorg.apache.commons.jcs.auxiliary.disk.jdbc.mysqlApache Commons
MySQLDiskCacheAttributesThis has additional attributes that are particular to the MySQL disk cache.Classorg.apache.commons.jcs.auxiliary.disk.jdbc.mysqlApache Commons
MySQLDiskCacheFactoryThis factory should create mysql disk caches.Classorg.apache.commons.jcs.auxiliary.disk.jdbc.mysqlApache Commons
MySQLDiskCacheManagerThis manages instances of the MySQL jdbc disk cache.Classorg.apache.commons.jcs.auxiliary.disk.jdbc.mysqlApache Commons
MySQLTableOptimizerThe MySQL Table Optimizer can optimize MySQL tables.Classorg.apache.commons.jcs.auxiliary.disk.jdbc.mysqlApache Commons
ObjectExistsExceptionThe putSafe method on the JCS convenience class throws this exception if the object is already present in the cache.Classorg.apache.commons.jcs.access.exceptionApache Commons
ObjectInputStreamClassLoaderAwareClassorg.apache.commons.jcs.ioApache Commons
ObjectNotFoundExceptionObjectNotFoundException TODO see if we can remove this.Classorg.apache.commons.jcs.access.exceptionApache Commons
OptionConverterThis class is based on the log4j class org.Classorg.apache.commons.jcs.utils.configApache Commons
PartitionedCacheAccessTODO: Add new methods that will allow you to provide a partition indicator for all major calls.Classorg.apache.commons.jcs.accessApache Commons
PoolConfigurationThis object holds configuration data for a thread pool.Classorg.apache.commons.jcs.utils.threadpoolApache Commons
PooledCacheEventQueueAn event queue is used to propagate ordered cache events to one and only one target listener.Classorg.apache.commons.jcs.engineApache Commons
PropertiesFactoryRetrieves properties from a configurable source.Interfaceorg.apache.commons.jcs.utils.propsApache Commons
PropertiesFactoryFileImplGoes to the file system to load a properties file.Classorg.apache.commons.jcs.utils.propsApache Commons
PropertyLoaderI modified this class to work with .Classorg.apache.commons.jcs.utils.propsApache Commons
PropertySetterThis class is based on the log4j class org.Classorg.apache.commons.jcs.utils.configApache Commons
PropertySetterExceptionThis class is based on the log4j class org.Classorg.apache.commons.jcs.utils.configApache Commons
PurgatoryElement Elements are stored in purgatory when they are spooled to the auxiliary cache, but have not yet been written to disk.Classorg.apache.commons.jcs.auxiliary.diskApache Commons
RegistryKeepAliveRunnerThis class tries to keep the registry alive.Classorg.apache.commons.jcs.auxiliary.remote.serverApache Commons
RemoteCacheClient proxy for an RMI remote cache.Classorg.apache.commons.jcs.auxiliary.remoteApache Commons
RemoteCacheAttributesThese objects are used to configure the remote cache client.Classorg.apache.commons.jcs.auxiliary.remoteApache Commons
RemoteCacheFactoryThe RemoteCacheFactory creates remote caches for the cache hub.Classorg.apache.commons.jcs.auxiliary.remoteApache Commons
RemoteCacheFailoverRunnerThe RemoteCacheFailoverRunner tries to establish a connection with a failover server, if any are defined.Classorg.apache.commons.jcs.auxiliary.remoteApache Commons
RemoteCacheListenerRegistered with RemoteCache server.Classorg.apache.commons.jcs.auxiliary.remoteApache Commons
RemoteCacheManagerAn instance of RemoteCacheManager corresponds to one remote connection of a specific host and port.Classorg.apache.commons.jcs.auxiliary.remoteApache Commons
RemoteCacheMonitorUsed to monitor and repair any failed connection for the remote cache service.Classorg.apache.commons.jcs.auxiliary.remoteApache Commons
RemoteCacheNoWaitThe RemoteCacheNoWait wraps the RemoteCacheClient.Classorg.apache.commons.jcs.auxiliary.remoteApache Commons
RemoteCacheNoWaitFacadeUsed to provide access to multiple services under nowait protection.Classorg.apache.commons.jcs.auxiliary.remoteApache Commons
RemoteCacheRequestThe basic request wrapper.Classorg.apache.commons.jcs.auxiliary.remote.valueApache Commons
RemoteCacheRequestFactoryThis creates request objects.Classorg.apache.commons.jcs.auxiliary.remote.utilApache Commons
RemoteCacheResponseThis is the response wrapper.Classorg.apache.commons.jcs.auxiliary.remote.valueApache Commons
RemoteCacheRestoreUsed to repair the remote caches managed by the associated instance of RemoteCacheManager.Classorg.apache.commons.jcs.auxiliary.remoteApache Commons
RemoteCacheServerThis class provides remote cache services.Classorg.apache.commons.jcs.auxiliary.remote.serverApache Commons
RemoteCacheServerAttributesThese attributes are used to configure the remote cache server.Classorg.apache.commons.jcs.auxiliary.remote.serverApache Commons
RemoteCacheServerFactoryProvides remote cache services.Classorg.apache.commons.jcs.auxiliary.remote.serverApache Commons
RemoteCacheServiceAdaptorThe Servlet deserializes the request object.Classorg.apache.commons.jcs.auxiliary.remote.http.serverApache Commons
RemoteCacheStartupServletThis servlet can be used to startup the JCS remote cache.Classorg.apache.commons.jcs.auxiliary.remote.serverApache Commons
RemoteCacheWatchRepairableSame as CacheWatcherWrapper but implements the IRemoteCacheWatch interface.Classorg.apache.commons.jcs.auxiliary.remoteApache Commons
RemoteHttpCacheThis uses an http client as the service.Classorg.apache.commons.jcs.auxiliary.remote.http.clientApache Commons
RemoteHttpCacheAttributesHttp client specific settings.Classorg.apache.commons.jcs.auxiliary.remote.http.clientApache Commons
RemoteHttpCacheClientThis is the service used by the remote http auxiliary cache.Classorg.apache.commons.jcs.auxiliary.remote.http.clientApache Commons
RemoteHttpCacheDispatcherClassorg.apache.commons.jcs.auxiliary.remote.http.clientApache Commons
RemoteHttpCacheFactoryThe RemoteCacheFactory creates remote caches for the cache hub.Classorg.apache.commons.jcs.auxiliary.remote.http.clientApache Commons
RemoteHttpCacheManagerThis is a very crude copy of the RMI remote manager.Classorg.apache.commons.jcs.auxiliary.remote.http.clientApache Commons
RemoteHttpCacheMonitorUpon the notification of a connection error, the monitor changes to operate in a time driven mode.Classorg.apache.commons.jcs.auxiliary.remote.http.clientApache Commons
RemoteHttpCacheServerAttributesConfiguration for the RemoteHttpCacheServer.Classorg.apache.commons.jcs.auxiliary.remote.http.serverApache Commons
RemoteHttpCacheServiceThis does the work.Classorg.apache.commons.jcs.auxiliary.remote.http.serverApache Commons
RemoteHttpCacheServletThis servlet simply reads and writes objects.Classorg.apache.commons.jcs.auxiliary.remote.http.serverApache Commons
RemoteHttpCacheSeviceFactoryClassorg.apache.commons.jcs.auxiliary.remote.http.serverApache Commons
RemoteHttpClientListenerClassorg.apache.commons.jcs.auxiliary.remote.http.clientApache Commons
RemoteRequestTypeenum RemoteRequestTypeThe different types of requestsClassorg.apache.commons.jcs.auxiliary.remote.valueApache Commons
RemoteTypeEnum to describe the mode of the remote cacheEnum Constant SummaryClassorg.apache.commons.jcs.auxiliary.remote.server.behaviorApache Commons
RemoteUtilsThis class provides some basic utilities for doing things such as starting the registry properly.Classorg.apache.commons.jcs.auxiliary.remoteApache Commons
ScheduleFormatExceptionThis is thrown internally by the schedule parser.Classorg.apache.commons.jcs.auxiliary.disk.jdbc.mysql.utilApache Commons
ScheduleParserParses the very simple schedule format.Classorg.apache.commons.jcs.auxiliary.disk.jdbc.mysql.utilApache Commons
SerializationConversionUtilThis uses a supplied Serializer to convert to and from cache elements.Classorg.apache.commons.jcs.utils.serializationApache Commons
ShrinkerThreadCalls delete expired on the disk caches.Classorg.apache.commons.jcs.auxiliary.disk.jdbcApache Commons
ShrinkerThreadA background memory shrinker.Classorg.apache.commons.jcs.engine.memory.shrinkingApache Commons
SingleLinkedListThis is an basic thread safe single linked list.Classorg.apache.commons.jcs.utils.structApache Commons
SleepUtilUtility methods to help deal with thread issues.Classorg.apache.commons.jcs.utils.timingApache Commons
SortedPreferentialArrayThis maintains a sorted array with a preferential replacement policy when full.Classorg.apache.commons.jcs.utils.structApache Commons
StandardSerializerPerforms default serialization and de-serialization.Classorg.apache.commons.jcs.utils.serializationApache Commons
StatElementThis is a stat data holder.Classorg.apache.commons.jcs.engine.statsApache Commons
StatsClassorg.apache.commons.jcs.engine.statsApache Commons
TableStateThis is used by various elements of the JDBC disk cache to indicate the status of a table.Classorg.apache.commons.jcs.auxiliary.disk.jdbcApache Commons
TCPLateralCacheAttributesThis interface defines functions that are particular to the TCP Lateral Cache plugin.Classorg.apache.commons.jcs.auxiliary.lateral.socket.tcpApache Commons
ThreadPoolManagerThis manages threadpools for an application using Doug Lea's Util Concurrent package.Classorg.apache.commons.jcs.utils.threadpoolApache Commons
TimeoutConfigurableRMISocketFactoryThis can be injected into the the remote cache server as follows: jcs.Classorg.apache.commons.jcs.auxiliary.remote.serverApache Commons
UDPCleanupRunnerThis class periodically check the lastHeardFrom time on the services.Classorg.apache.commons.jcs.utils.discoveryApache Commons
UDPDiscoveryAttributesConfiguration properties for UDP discover service.Classorg.apache.commons.jcs.utils.discoveryApache Commons
UDPDiscoveryManagerThis manages UDPDiscovery Services.Classorg.apache.commons.jcs.utils.discoveryApache Commons
UDPDiscoveryMessageThe message sent by the discovery mechanism.Classorg.apache.commons.jcs.utils.discoveryApache Commons
UDPDiscoveryReceiverReceives UDP Discovery messages.Classorg.apache.commons.jcs.utils.discoveryApache Commons
UDPDiscoverySenderThis is a generic sender for the UDPDiscovery process.Classorg.apache.commons.jcs.utils.discoveryApache Commons
UDPDiscoverySenderThreadUsed to periodically broadcast our location to other caches that might be listening.Classorg.apache.commons.jcs.utils.discoveryApache Commons
UDPDiscoveryServiceThis service creates a listener that can create lateral caches and add them to the no wait list.Classorg.apache.commons.jcs.utils.discoveryApache Commons
ZombieCacheServiceZombie adapter for any cache service.Classorg.apache.commons.jcs.engineApache Commons
ZombieCacheServiceNonLocalZombie adapter for the non local cache services.Classorg.apache.commons.jcs.engineApache Commons
ZombieCacheWatchClassorg.apache.commons.jcs.engineApache Commons
ZombieLateralCacheWatchClassorg.apache.commons.jcs.auxiliary.lateralApache Commons
ZombieRemoteCacheWatchClassorg.apache.commons.jcs.auxiliary.remoteApache Commons